Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Apr 2014 18:35:19 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350399 - head/audio/jack-keyboard
Message-ID:  <201404061835.s36IZJXi026893@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404061835.s36IZJXi026893>