# New ports collection makefile for: graphics/xmms-waterfall # Date created: 17 Jun 2005 # Whom: Alejandro Pulver # # $FreeBSD$ # PORTNAME= waterfall PORTVERSION= 0.11 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.aigeek.com/waterfall/ PKGNAMEPREFIX= xmms- MAINTAINER= alejandro@varnet.biz 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