1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/graphics/xmms-msa/Makefile
Edwin Groothuis 090059a210 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 14:17:21 +00:00

32 lines
712 B
Makefile

# New ports collection Makefile for: xmms-msa
# Date created: Feb 4, 2006
# Whom: exprim
#
# $FreeBSD$
#
PORTNAME= msa
PORTVERSION= 0.5.5
PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= http://republika.pl/kunik/msa/dl/
PKGNAMEPREFIX= xmms-
MAINTAINER= ports@FreeBSD.org
COMMENT= A spectrum analyzer with a skin support and some visualization modes
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
USE_GMAKE= yes
MAKE_ARGS= CC="${CC}" OPTS="${CFLAGS} -fPIC"
PLIST_FILES= lib/xmms/Input/msa.so
post-patch:
@${REINPLACE_CMD} -e 's|/usr/share/xmms|${LOCALBASE}/share/xmms|' \
${WRKSRC}/msa_config.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/msa.so ${PREFIX}/lib/xmms/Input
.include <bsd.port.mk>