1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/audio/amb-plugins/Makefile
Edwin Groothuis 6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00

31 lines
783 B
Makefile

# New ports collection makefile for: amb-plugins
# Date created: 2007-08-28
# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= amb-plugins
PORTVERSION= 0.3.0
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.kokkinizita.net/linuxaudio/downloads/
DISTNAME= AMB-plugins-${PORTVERSION}
MAINTAINER= trasz@FreeBSD.org
COMMENT= A set of ambisonics plugins, mainly to be used within Ardour
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_BZIP2= yes
USE_GMAKE= yes
PLIST_FILES= lib/ladspa/ambisonic1.so lib/ladspa/ambisonic2.so
do-install:
${INSTALL_DATA} ${WRKSRC}/ambisonic1.so ${PREFIX}/lib/ladspa
${INSTALL_DATA} ${WRKSRC}/ambisonic2.so ${PREFIX}/lib/ladspa
.include <bsd.port.mk>