freebsd-ports/graphics/xmms-dspectral/Makefile
Marcus Alves Grando 2d20d6b396 Use LIB_DEPENDS
PR:		87216
Submitted by:	Alejandro Pulver <alejandro@varnet.biz> (maintainer)
2005-10-10 22:05:17 +00:00

31 lines
782 B
Makefile

# New ports collection makefile for: graphics/xmms-dspectral
# Date created: 15 Jun 2005
# Whom: Alejandro Pulver <alejandro@varnet.biz>
#
# $FreeBSD$
#
PORTNAME= dspectral
PORTVERSION= 1.2.1
CATEGORIES= graphics
MASTER_SITES= http://www.shell.linux.se/bm/f/
PKGNAMEPREFIX= xmms-
DISTNAME= ${PORTNAME}-${PORTVERSION:S/^/v/}
MAINTAINER= alejandro@varnet.biz
COMMENT= Dual Spectralizer visualization plugin for XMMS
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_GNOME= gtk12
post-patch:
@${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-m486||; s|-O2||; \
s|-Wall|-Wall ${CFLAGS}|; \
s|gtk-config|${GTK_CONFIG}|; \
s|install lib|${INSTALL_PROGRAM} lib|; \
s|install bg|${INSTALL_DATA} bg|' ${WRKSRC}/Makefile
.include <bsd.port.mk>