1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/audio/audacious-dumb/Makefile
2012-07-25 06:32:06 +00:00

33 lines
758 B
Makefile

# New ports collection makefile for: audacious-dumb
# Date created: 27 May 2007
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= audacious-dumb
PORTVERSION= 0.80
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.netswarm.net/misc/ \
CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Audacious plugin that support the IT, XM, S3M, or MOD formats
LICENSE= GPLv2
RUN_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious
BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious \
${LOCALBASE}/lib/libdumb.a:${PORTSDIR}/audio/dumb
USE_GMAKE= yes
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
post-patch:
@${REINPLACE_CMD} -e 's|3\.1-alpha1|3\.1|g; \
s|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile
.include <bsd.port.mk>