aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xmms-dspectogram/Makefile
blob: 6a68f051a0cb46653e686cee7270bd79e8d3b2f6 (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
31
32
# 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
CATEGORIES= graphics
MASTER_SITES=   http://www.shell.linux.se/bm/f/
PKGNAMEPREFIX=  xmms-
DISTNAME=   ${PORTNAME}-${PORTVERSION:S/^/v/}

MAINTAINER= alejandro@varnet.biz
COMMENT=    Dual Spectogram visualization plugin for XMMS

BUILD_DEPENDS=  xmms:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS=    xmms:${PORTSDIR}/multimedia/xmms

USE_X_PREFIX=   yes
USE_REINPLACE=  yes
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>