50c0c99f5d
- Remove outdated post-patch regex
29 lines
713 B
Makefile
29 lines
713 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= audacious-dumb
|
|
PORTVERSION= 0.83
|
|
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
|
|
|
|
USES= gmake pkgconfig
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/audacious/Input/dumb.so
|
|
|
|
.include <bsd.port.mk>
|