freebsd-ports/audio/xmms-mp3cue/Makefile
Pav Lucistnik 9bf0e19f7c Add xmms-mp3cue, a XMMS plugin that knows how to handle .cue files,
providing listener with playlist and ability to skip to given track.

PR:		ports/62736
Submitted by:	Vaidas Zlotkus <r2@music.lt>
2004-02-14 14:44:20 +00:00

29 lines
607 B
Makefile

# 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>