View | Details | Raw Unified | Return to bug 173803
Collapse All | Expand All

(-)jack-keyboard/Makefile (working copy) (-9 / +6 lines)
Lines 1-9 Link Here
1
# New ports collection makefile for:   jack-keyboard
1
# Created by:  trasz <trasz@pin.if.uz.zgora.pl>
2
# Date created:                2007-01-23
3
# Whom:                        trasz <trasz@pin.if.uz.zgora.pl>
4
#
5
# $FreeBSD$
2
# $FreeBSD$
6
#
7
PORTNAME=      jack-keyboard
3
PORTNAME=      jack-keyboard
8
DISTVERSION=   2.7.1
4
DISTVERSION=   2.7.1
Lines 17-23 Link Here
17
LICENSE=       BSD
13
LICENSE=       BSD
18
LIB_DEPENDS=   jack.0:${PORTSDIR}/audio/jack
14
LIB_DEPENDS=   jack:${PORTSDIR}/audio/jack
19
MAN1=          jack-keyboard.1
15
MAN1=          jack-keyboard.1
Lines 26-37 Link Here
26
USE_CMAKE=     yes
22
USE_CMAKE=     yes
27
INSTALLS_ICONS=        yes
23
INSTALLS_ICONS=        yes
28
OPTIONS=       LASH "Build with lash support" on
24
OPTIONS_DEFINE=        LASH
25
OPTIONS_DEFAULT=       LASH
29
.include <bsd.port.options.mk>
26
.include <bsd.port.options.mk>
30
.if defined(WITH_LASH)
27
.if ${PORT_OPTIONS:MLASH}
31
LIB_DEPENDS+=  lash.2:${PORTSDIR}/audio/lash
28
LIB_DEPENDS+=  lash:${PORTSDIR}/audio/lash
32
CMAKE_ARGS+=   -DLashEnable:BOOL=On
29
CMAKE_ARGS+=   -DLashEnable:BOOL=On
33
.else
30
.else
34
CMAKE_ARGS+=   -DLashEnable:BOOL=Off
31
CMAKE_ARGS+=   -DLashEnable:BOOL=Off

Return to bug 173803