Date: Sat, 24 Nov 2012 20:09:19 +0000 (UTC) From: Juergen Lock <nox@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307728 - head/audio/jack-keyboard Message-ID: <201211242009.qAOK9JNt016024@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nox Date: Sat Nov 24 20:09:19 2012 New Revision: 307728 URL: http://svnweb.freebsd.org/changeset/ports/307728 Log: - Convert to OPTIONSng. - Strip Makefile headers. - Remove shlib major version from LIB_DEPENDS. PR: ports/173803 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Approved by: hselasky (maintainer) Feature safe: yes Modified: head/audio/jack-keyboard/Makefile (contents, props changed) Modified: head/audio/jack-keyboard/Makefile ============================================================================== --- head/audio/jack-keyboard/Makefile Sat Nov 24 20:04:03 2012 (r307727) +++ head/audio/jack-keyboard/Makefile Sat Nov 24 20:09:19 2012 (r307728) @@ -1,9 +1,5 @@ -# New ports collection makefile for: jack-keyboard -# Date created: 2007-01-23 -# Whom: trasz <trasz@pin.if.uz.zgora.pl> -# +# Created by: trasz <trasz@pin.if.uz.zgora.pl> # $FreeBSD$ -# PORTNAME= jack-keyboard DISTVERSION= 2.7.1 @@ -17,7 +13,7 @@ COMMENT= Virtual keyboard for JACK MIDI LICENSE= BSD -LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack +LIB_DEPENDS= jack:${PORTSDIR}/audio/jack MAN1= jack-keyboard.1 @@ -26,12 +22,13 @@ USE_GNOME= gtk20 USE_CMAKE= yes INSTALLS_ICONS= yes -OPTIONS= LASH "Build with lash support" on +OPTIONS_DEFINE= LASH +OPTIONS_DEFAULT= LASH .include <bsd.port.options.mk> -.if defined(WITH_LASH) -LIB_DEPENDS+= lash.2:${PORTSDIR}/audio/lash +.if ${PORT_OPTIONS:MLASH} +LIB_DEPENDS+= lash:${PORTSDIR}/audio/lash CMAKE_ARGS+= -DLashEnable:BOOL=On .else CMAKE_ARGS+= -DLashEnable:BOOL=Off
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211242009.qAOK9JNt016024>