freebsd-ports/audio/audacious-mac/Makefile
Oliver Lehmann 04ade24fca mark as IGNORE:
does not work with audacious 2 and audacious-plugins already deliveres a demac plugin
2009-05-21 07:47:46 +00:00

29 lines
804 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.2:${PORTSDIR}/multimedia/audacious \
mac.2:${PORTSDIR}/audio/mac
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/"
IGNORE= does not work with audacious 2 and audacious-plugins already deliveres a demac plugin
post-patch:
@${REINPLACE_CMD} -e 's|CXXFLAGS = @CXXFLAGS@|CXXFLAGS = @CXXFLAGS@ -lmac|' ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>