1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/audio/swhplugins/Makefile

31 lines
838 B
Makefile
Raw Normal View History

# 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
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
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw
2003-02-02 15:58:42 +00:00
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
USE_GMAKE= yes
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"
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
.include <bsd.port.mk>