diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-10-06 02:54:50 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-10-06 02:54:50 +0000 |
commit | da0cf1ebe4945ed6d52da1910b1b5708bb951506 (patch) | |
tree | f15eb40dec43f2c7d0c9f26956b2a52f25eb6e04 /audio/xmms-speex/Makefile | |
parent | 3ab17296827fe30b10c285b73703a22a37c4166e (diff) |
Notes
Diffstat (limited to 'audio/xmms-speex/Makefile')
-rw-r--r-- | audio/xmms-speex/Makefile | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/audio/xmms-speex/Makefile b/audio/xmms-speex/Makefile new file mode 100644 index 000000000000..7e808dc788ff --- /dev/null +++ b/audio/xmms-speex/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: xmms-speex +# Date created: 3 Oct 2002 +# Whom: David Yeske <dyeske@yahoo.com> +# +# $FreeBSD$ +# + +PORTNAME= xmms-speex +PORTVERSION= 0.6.0 +CATEGORIES= audio +MASTER_SITES= http://jzb.rapanden.dk/speex/ +DISTNAME= speex-xmms-${PORTVERSION} + +MAINTAINER= dyeske@yahoo.com + +BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms +LIB_DEPENDS= speex.0:${PORTSDIR}/audio/speex +RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms + +WRKSRC= ${WRKDIR}/speex-xmms + +USE_X_PREFIX= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 +USE_GMAKE= yes +USE_REINPLACE= yes + +pre-build: + @${REINPLACE_CMD} -e 's|^main|all|; \ + s|-lgtk|${CFLAGS} `${GTK_CONFIG} --cflags` `${GTK_CONFIG} --libs` |; \ + s|-I/usr/include/xmms||; \ + s|^install: libspeex.o|install:|; \ + s|-I/usr/lib/glib/include||; \ + s|-I/usr/include/glib-1.2||; \ + s|-I/usr/include/gtk-1.2||; \ + s|/usr/lib/xmms/Input|${X11BASE}/lib/xmms/Input|' \ + ${WRKSRC}/Makefile + +.include <bsd.port.mk> |