diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-02 20:13:54 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-02 20:13:54 +0800 |
commit | 384a25454782b90d1dc815e1030a1250c2f25aaa (patch) | |
tree | 6fa5bcb5c05d87ef1b149c0ae46b522d3139fed7 /audio/beast/Makefile | |
parent | cbd02bb68283a92f6bef6355532ff7f3c7fb9467 (diff) | |
download | marcuscom-ports-384a25454782b90d1dc815e1030a1250c2f25aaa.tar marcuscom-ports-384a25454782b90d1dc815e1030a1250c2f25aaa.tar.gz marcuscom-ports-384a25454782b90d1dc815e1030a1250c2f25aaa.tar.bz2 marcuscom-ports-384a25454782b90d1dc815e1030a1250c2f25aaa.tar.lz marcuscom-ports-384a25454782b90d1dc815e1030a1250c2f25aaa.tar.xz marcuscom-ports-384a25454782b90d1dc815e1030a1250c2f25aaa.tar.zst marcuscom-ports-384a25454782b90d1dc815e1030a1250c2f25aaa.zip |
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8742 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/beast/Makefile')
-rw-r--r-- | audio/beast/Makefile | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/audio/beast/Makefile b/audio/beast/Makefile new file mode 100644 index 000000000..5e68a1f00 --- /dev/null +++ b/audio/beast/Makefile @@ -0,0 +1,45 @@ +# New ports collection makefile for: BEAST +# Date created: 23 Jun 2004 +# Whom: Jean-Yves Lefort <jylefort@brutele.be> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= beast +PORTVERSION= 0.6.6 +PORTREVISION= 5 +CATEGORIES= audio +MASTER_SITES= ftp://beast.gtk.org/pub/beast/v0.6/ \ + http://beast.gtk.org/beast-ftp/v0.6/ + +MAINTAINER= ports@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 + +post-patch: + @${REINPLACE_CMD} -Ee 's|$${libdir}/ladspa|${LOCALBASE}/lib/ladspa|; \ + /FLAGS=/ s/(-g|-ggdb3|-pipe|-O2|-ftracer|-finline-functions|-fno-keep-static-consts)//; \ + s|echo aout|echo elf|g' \ + ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \ + ${WRKSRC}/bse/Makefile.in \ + ${WRKSRC}/bse/zintern/Makefile.in + +.include <bsd.port.mk> |