2002-11-15 19:25:58 +00:00
|
|
|
# New ports collection Makefile for: swhplugins
|
|
|
|
# Date created: 12 May 2002
|
|
|
|
# Whom: Tilman Linneweh <arved@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= swhplugins
|
2003-02-02 15:58:42 +00:00
|
|
|
PORTVERSION= 0.3.6
|
2002-11-15 19:25:58 +00:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://plugin.org.uk/releases/${PORTVERSION}/
|
|
|
|
DISTNAME= swh-plugins-${PORTVERSION}
|
|
|
|
|
2003-02-02 15:58:42 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 17:07:10 +00:00
|
|
|
COMMENT= This is Steve Harris' huge Collection of LADSPA Plugins
|
2002-11-15 19:25:58 +00:00
|
|
|
|
2002-12-12 10:27:30 +00:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
|
2002-11-15 19:25:58 +00:00
|
|
|
LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw
|
|
|
|
|
2003-02-02 15:58:42 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2002-11-15 19:25:58 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
USE_REINPLACE= yes
|
|
|
|
USE_GMAKE= yes
|
2002-12-12 10:27:30 +00:00
|
|
|
CONFIGURE_TARGET=
|
|
|
|
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-02-02 15:58:42 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
|
2002-11-15 19:25:58 +00:00
|
|
|
|
2003-01-01 19:57:08 +00:00
|
|
|
post-patch:
|
2003-02-02 15:58:42 +00:00
|
|
|
${REINPLACE_CMD} -e "s,-O6,," ${WRKSRC}/configure
|
2002-11-15 19:25:58 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|