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

33 lines
769 B
Makefile

# New ports collection makefile for: xmms-finespectrum
# Date created: 20 Jan 2002
# Whom: David Yeske <dyeske@gmail.com>
#
# $FreeBSD$
#
PORTNAME= xmms-finespectrum
PORTVERSION= 1.0.1.a
PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= SF
MASTER_SITE_SUBDIR= finespectrum
DISTNAME= finespectrum-1.0.1alpha
MAINTAINER= dyeske@gmail.com
COMMENT= Fine grain Spectrum analyzers for XMMS
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
PLIST_FILES= lib/xmms/Visualization/libfinespectrum.so
USE_GMAKE= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/finespectrum-1.0.1alpha
post-patch:
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig
.include <bsd.port.mk>