aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xmms-waterfall/Makefile
blob: 95aafaf01d76d677180a375117b3224900367eeb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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.sethoscope.net/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
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>