diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-06 18:35:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-06 18:35:19 +0000 |
commit | 9060e8958f485b2382db38b8dff59086c14d0f62 (patch) | |
tree | 2ffef51e88b194e540fd4eea74bbd7365d3ad97b | |
parent | 4995bee7cb7617f8e17771f0c81528abe5961012 (diff) |
Notes
-rw-r--r-- | audio/jack-keyboard/Makefile | 16 | ||||
-rw-r--r-- | audio/jack-keyboard/pkg-plist | 1 |
2 files changed, 5 insertions, 12 deletions
diff --git a/audio/jack-keyboard/Makefile b/audio/jack-keyboard/Makefile index b42b7aeb8159..732fc9696132 100644 --- a/audio/jack-keyboard/Makefile +++ b/audio/jack-keyboard/Makefile @@ -11,27 +11,19 @@ MASTER_SITES= SF \ MAINTAINER= hselasky@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> diff --git a/audio/jack-keyboard/pkg-plist b/audio/jack-keyboard/pkg-plist index 351126c229e8..f2328e65722f 100644 --- a/audio/jack-keyboard/pkg-plist +++ b/audio/jack-keyboard/pkg-plist @@ -1,3 +1,4 @@ bin/jack-keyboard +man/man1/jack-keyboard.1.gz share/pixmaps/jack-keyboard.png share/applications/jack-keyboard.desktop |