svn commit: r350399 - head/audio/jack-keyboard
Baptiste Daroussin
bapt at FreeBSD.org
Sun Apr 6 18:35:20 UTC 2014
Author: bapt
Date: Sun Apr 6 18:35:19 2014
New Revision: 350399
URL: http://svnweb.freebsd.org/changeset/ports/350399
QAT: https://qat.redports.org/buildarchive/r350399/
Log:
Support stage
Modified:
head/audio/jack-keyboard/Makefile
head/audio/jack-keyboard/pkg-plist
Modified: head/audio/jack-keyboard/Makefile
==============================================================================
--- head/audio/jack-keyboard/Makefile Sun Apr 6 18:28:17 2014 (r350398)
+++ head/audio/jack-keyboard/Makefile Sun Apr 6 18:35:19 2014 (r350399)
@@ -11,27 +11,19 @@ MASTER_SITES= SF \
MAINTAINER= hselasky at FreeBSD.org
COMMENT= Virtual keyboard for JACK MIDI
-LICENSE= BSD
+LICENSE= BSD2CLAUSE
LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack
-MAN1= jack-keyboard.1
-
USE_GNOME= gtk20
-NO_STAGE= yes
USES= cmake
INSTALLS_ICONS= yes
OPTIONS_DEFINE= LASH
OPTIONS_DEFAULT= LASH
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MLASH}
-LIB_DEPENDS+= liblash.so:${PORTSDIR}/audio/lash
-CMAKE_ARGS+= -DLashEnable:BOOL=On
-.else
-CMAKE_ARGS+= -DLashEnable:BOOL=Off
-.endif
+LASH_LIB_DEPENDS= liblash.so:${PORTSDIR}/audio/lash
+LASH_CMAKE_ON= -DLashEnable:BOOL=On
+LASH_CMAKE_OFF= -DLashEnable:BOOL=Off
.include <bsd.port.mk>
Modified: head/audio/jack-keyboard/pkg-plist
==============================================================================
--- head/audio/jack-keyboard/pkg-plist Sun Apr 6 18:28:17 2014 (r350398)
+++ head/audio/jack-keyboard/pkg-plist Sun Apr 6 18:35:19 2014 (r350399)
@@ -1,3 +1,4 @@
bin/jack-keyboard
+man/man1/jack-keyboard.1.gz
share/pixmaps/jack-keyboard.png
share/applications/jack-keyboard.desktop
More information about the svn-ports-all
mailing list