freebsd-ports/graphics/xmms-dscope/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

31 lines
757 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= 3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= alepulver
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_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>