freebsd-ports/audio/audacious-mac/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

27 lines
708 B
Makefile

# New ports collection makefile for: audacious-mac
# Date created: 23 June 2007
# Whom: buganini@gmail.com
#
# $FreeBSD$
#
PORTNAME= audacious-mac
PORTVERSION= 0.3.10
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.netswarm.net/misc/
MAINTAINER= buganini@gmail.com
COMMENT= Audacious plugin that support the Monkey's Audio lossless formats
LIB_DEPENDS= audclient.1:${PORTSDIR}/multimedia/audacious \
mac.2:${PORTSDIR}/audio/mac
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/"
post-patch:
@${REINPLACE_CMD} -e 's|CXXFLAGS = @CXXFLAGS@|CXXFLAGS = @CXXFLAGS@ -lmac|' ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>