diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-04-02 17:15:52 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-04-02 17:15:52 +0000 |
commit | 022e62c7f3cadc8817ead921e82a8a51e1546aac (patch) | |
tree | a2f43d40caf8c769b7992c31d8df2416e712cbf0 /audio/ardour/Makefile | |
parent | dd6fbcb36b5c476cf54e8b0e162b0e1a7170d637 (diff) |
Notes
Diffstat (limited to 'audio/ardour/Makefile')
-rw-r--r-- | audio/ardour/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile index 991dea15d0f9..8e4b7a31e565 100644 --- a/audio/ardour/Makefile +++ b/audio/ardour/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ardour -PORTVERSION= 2.8.14 -PORTREVISION= 7 +PORTVERSION= 2.8.16 CATEGORIES= audio MASTER_SITES= http://freebsd.nsu.ru/distfiles/ @@ -25,8 +24,6 @@ CFLAGS+= -I${LOCALBASE}/include USE_GNOME= libxslt USE_LDCONFIG= ${PREFIX}/lib/ardour2 ${PREFIX}/lib/ardour2/surfaces -RESTRICTED= Redistribution of the VST PlugIns SDK is not allowed - PLIST_SUB= DISTVERSION=${DISTVERSION} OPTIONS_DEFINE= OPTIMIZED_CFLAGS VST @@ -35,12 +32,8 @@ VST_DESC= VST plugins support .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MVST} -ONS_ENV+= VST=yes -BUILD_DEPENDS+= winegcc:${PORTSDIR}/emulators/wine \ - unzip:${PORTSDIR}/archivers/unzip \ - gsed:${PORTSDIR}/textproc/gsed +MAKE_ARGS+= VST=yes LIB_DEPENDS+= libwine.so:${PORTSDIR}/emulators/wine - PLIST_SUB+= NO_VST="@comment " PLIST_SUB+= VST="" .else @@ -69,9 +62,6 @@ post-patch: @${REINPLACE_CMD} -e 's|%%CFLAGS%%|${CFLAGS}|' ${WRKSRC}/SConstruct @${REINPLACE_CMD} -e 's|alsa_pcm|oss|g' ${WRKSRC}/templates/*.template -pre-build: - @${MKDIR} ${STAGEDIR} - post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/ardour2/templates ${INSTALL_DATA} ${WRKSRC}/templates/*.template \ |