freebsd-ports/graphics/xmms-waterfall/Makefile
Alejandro Pulver faf157a3b3 Change the maintainership address to the @FreeBSD.org one.
Approved by:	garga (mentor)
2006-04-09 13:08:16 +00:00

31 lines
700 B
Makefile

# New ports collection makefile for: graphics/xmms-waterfall
# Date created: 17 Jun 2005
# Whom: Alejandro Pulver <alejandro@varnet.biz>
#
# $FreeBSD$
#
PORTNAME= waterfall
PORTVERSION= 0.11
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.aigeek.com/waterfall/
PKGNAMEPREFIX= xmms-
MAINTAINER= alepulver@FreeBSD.org
COMMENT= Yet another XMMS spectrum analyzer
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
USE_X_PREFIX= yes
USE_GNOME= gtk12
USE_REINPLACE= yes
GNU_CONFIGURE= yes
PLIST_FILES= lib/xmms/Visualization/libwaterfall.la \
lib/xmms/Visualization/libwaterfall.so
post-patch:
@${REINPLACE_CMD} -e 's|-O2|${CFLAGS}|' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>