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

32 lines
783 B
Makefile

# New ports collection makefile for: graphics/xmms-dspectogram
# Date created: 15 Jun 2005
# Whom: Alejandro Pulver <alejandro@varnet.biz>
#
# $FreeBSD$
#
PORTNAME= dspectogram
PORTVERSION= 1.2.1
PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= alepulver
PKGNAMEPREFIX= xmms-
DISTNAME= ${PORTNAME}-${PORTVERSION:S/^/v/}
MAINTAINER= alepulver@FreeBSD.org
COMMENT= Dual Spectogram 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>