diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-03-13 11:54:25 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-03-13 11:54:25 +0000 |
commit | e86b55727a088049f223a32d722fdaf57dbe2719 (patch) | |
tree | 13d0ad17d6169f92f62c4a5abed734772b1f3ab1 /audio/amb-plugins | |
parent | 4ff98799fdd3ca29df878fa31d0ad3c993279a11 (diff) |
Notes
Diffstat (limited to 'audio/amb-plugins')
-rw-r--r-- | audio/amb-plugins/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/audio/amb-plugins/Makefile b/audio/amb-plugins/Makefile index 86f9ba3ee6b6..6af63d52448c 100644 --- a/audio/amb-plugins/Makefile +++ b/audio/amb-plugins/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: amb-plugins -# Date created: 2007-08-28 -# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org> -# +# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org> # $FreeBSD$ -# PORTNAME= amb-plugins PORTVERSION= 0.8.1 @@ -15,7 +11,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= A set of ambisonics plugins, mainly to be used within Ardour +COMMENT= Ambisonics plugins, mainly to be used within Ardour BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -33,7 +29,7 @@ PLIST_DIRSTRY= share/ladspa/rdf share/ladspa post-patch: @${REINPLACE_CMD} -e 's|[[:space:]]-O3||g ; \ - s|g++[[:space:]]|$$(CXX) |g' ${WRKSRC}/Makefile + s|g++[[:space:]]|$$(CXX) |g' ${WRKSRC}/Makefile do-install: @${MKDIR} ${PREFIX}/lib/ladspa |