freebsd-ports/graphics/xmms-dscope/Makefile
Alejandro Pulver eff040c2df - Change MASTER_SITE to Gentoo mirrors because it disappeared.
- Change maintainer address to the FreeBSD one.
- Remove WWW line and signature from pkg-descr.

Approved by:	garga (mentor)
2006-04-10 20:01:24 +00:00

33 lines
795 B
Makefile

# New ports collection makefile for: graphics/xmms-dscope
# Date created: 15 Jun 2005
# Whom: Alejandro Pulver <alejandro@varnet.biz>
#
# $FreeBSD$
#
PORTNAME= dscope
PORTVERSION= 1.3.1
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR= distfiles
PKGNAMEPREFIX= xmms-
DISTNAME= ${PORTNAME}-${PORTVERSION:S/^/v/}
MAINTAINER= alepulver@FreeBSD.org
COMMENT= Dual Scope 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|-O3||; \
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>