mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
33 lines
728 B
Makefile
33 lines
728 B
Makefile
# New ports collection Makefile for: xmms-msa
|
|
# Date created: Feb 4, 2006
|
|
# Whom: exprim
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= msa
|
|
PORTVERSION= 0.5.5
|
|
PORTREVISION= 2
|
|
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
|
|
USE_X_PREFIX= yes
|
|
MAKE_ARGS= CC="${CC}" OPTS="${CFLAGS} -fPIC"
|
|
PLIST_FILES= lib/xmms/Input/msa.so
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/share/xmms|${X11BASE}/share/xmms|' \
|
|
${WRKSRC}/msa_config.c
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/msa.so ${PREFIX}/lib/xmms/Input
|
|
|
|
.include <bsd.port.mk>
|