diff options
Diffstat (limited to 'audio/xmms-mp3cue/Makefile')
-rw-r--r-- | audio/xmms-mp3cue/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/audio/xmms-mp3cue/Makefile b/audio/xmms-mp3cue/Makefile new file mode 100644 index 00000000000..9b1b74d27a0 --- /dev/null +++ b/audio/xmms-mp3cue/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: XMMS-mp3cue +# Date created: 12 February 2004 +# Whom: Vaidas Zlotkus <r2@music.lt> +# +# $FreeBSD$ +# + +PORTNAME= xmms-mp3cue +PORTVERSION= 0.94 +CATEGORIES= audio +MASTER_SITES= http://brianvictor.tripod.com/ +DISTNAME= XMMS-mp3cue-${PORTVERSION} + +MAINTAINER= r2@music.lt +COMMENT= XMMS mp3cue adds cue file support to XMMS + +LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_REINPLACE= yes +USE_X_PREFIX= yes + +PLIST_SUB= PORTDOCS=${DISTNAME} + +post-patch: + @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/*.c + +.include <bsd.port.mk> |