freebsd-ports/graphics/xmms-dspectral/Makefile
Martin Wilke ca519ab8c0 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 23:21:25 +00:00

31 lines
781 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
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= alepulver
PKGNAMEPREFIX= xmms-
DISTNAME= ${PORTNAME}-${PORTVERSION:S/^/v/}
MAINTAINER= alepulver@FreeBSD.org
COMMENT= Dual Spectralizer visualization plugin for XMMS
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
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>