freebsd-ports/audio/xmms-mp3cue/Makefile
Edwin Groothuis 6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00

35 lines
711 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
PORTREVISION= 3
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
PLIST_SUB= PORTDOCS=${DISTNAME}
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
CONFIGURE_ENV= CFLAGS="${CFLAGS} -fPIC"
.endif
post-patch:
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/*.c
.include <bsd.port.post.mk>