summaryrefslogtreecommitdiffstats
path: root/audio/beast/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-25 07:46:55 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-25 07:46:55 +0800
commit6f0197e20239a1774c7e4fefe618610cfe3a97c7 (patch)
tree2e7a4cfaac4f36ce807222151ee8f65209e9f4ba /audio/beast/Makefile
parentd27c414cc3d16a3958e44ba53e7339b7c4078b90 (diff)
downloadmarcuscom-ports-6f0197e20239a1774c7e4fefe618610cfe3a97c7.tar
marcuscom-ports-6f0197e20239a1774c7e4fefe618610cfe3a97c7.tar.gz
marcuscom-ports-6f0197e20239a1774c7e4fefe618610cfe3a97c7.tar.bz2
marcuscom-ports-6f0197e20239a1774c7e4fefe618610cfe3a97c7.tar.lz
marcuscom-ports-6f0197e20239a1774c7e4fefe618610cfe3a97c7.tar.xz
marcuscom-ports-6f0197e20239a1774c7e4fefe618610cfe3a97c7.tar.zst
marcuscom-ports-6f0197e20239a1774c7e4fefe618610cfe3a97c7.zip
USE_X_PREFIX -> USE_XLIB, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6760 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/beast/Makefile')
-rw-r--r--audio/beast/Makefile50
1 files changed, 50 insertions, 0 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile
new file mode 100644
index 000000000..d22569949
--- /dev/null
+++ b/audio/beast/Makefile
@@ -0,0 +1,50 @@
+# New ports collection makefile for: BEAST
+# Date created: 23 Jun 2004
+# Whom: Jean-Yves Lefort <jylefort@brutele.be>
+#
+# $FreeBSD$
+#
+
+PORTNAME= beast
+PORTVERSION= 0.6.6
+PORTREVISION= 4
+CATEGORIES= audio
+MASTER_SITES= ftp://beast.gtk.org/pub/beast/v0.6/ \
+ http://beast.gtk.org/beast-ftp/v0.6/
+
+MAINTAINER= jylefort@FreeBSD.org
+COMMENT= A powerful music composition and modular synthesis application
+
+LIB_DEPENDS= vorbisfile:${PORTSDIR}/audio/libvorbis \
+ mad:${PORTSDIR}/audio/libmad \
+ guile:${PORTSDIR}/lang/guile
+
+USE_XLIB= yes
+USE_GMAKE= yes
+USE_GNOME= gnomehack gnomeprefix intlhack libgnomecanvas
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DENODATA=255" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --disable-debug \
+ --enable-osspcm=/dev/dsp \
+ --enable-ossmidi=/dev/midi
+
+MAN1= beast.1 bsesh.1 sfidl.1
+MAN3= beast-gxk.3 bse-procs.3 bse-structs.3 bse.3 sfi.3
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+IGNORE= does not compile on FreeBSD 4.x, missing library function isfinite
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -Ee 's|$${libdir}/ladspa|${LOCALBASE}/lib/ladspa|; \
+ /FLAGS=/ s/(-g|-ggdb3|-pipe|-O2|-ftracer|-finline-functions|-fno-keep-static-consts)//' \
+ ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \
+ ${WRKSRC}/bse/Makefile.in \
+ ${WRKSRC}/bse/zintern/Makefile.in
+
+.include <bsd.port.post.mk>