mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
- 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
This commit is contained in:
parent
983cb26eba
commit
9921d061a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307728
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user