# New ports collection Makefile for: swhplugins # Date created: 12 May 2002 # Whom: Tilman Linneweh # # $FreeBSD$ PORTNAME= swhplugins PORTVERSION= 0.4.7 CATEGORIES= audio MASTER_SITES= http://plugin.org.uk/releases/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION} DISTNAME= swh-plugins-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Steve Harris' huge Collection of LADSPA Plugins BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa LIB_DEPENDS= fftw3.3:${PORTSDIR}/math/fftw3 # includes assember code ONLY_FOR_ARCHS= i386 amd64 USE_GNOME= gnometarget lthack USE_REINPLACE= yes USE_GMAKE= yes USE_INC_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes CFLAGS+= -fPIC -DPIC .if defined(WITH_3DNOW) CONFIGURE_ARGS+= --enable-3dnow .endif .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif post-patch: @${REINPLACE_CMD} -e \ 's|$$CFLAGS.*$${USE_SSE}|$$CFLAGS|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|gcc |$$(CC) |g ; \ s| -lc| $$(LDFLAGS)|g ; \ s|-lrt||g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|||g ; \ s|ls_pcast |ls_pcast32 |g' ${WRKSRC}/ladspa-util.h .include