aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xmms-goom/Makefile
blob: 0a4f68765488026f3c2e8d4fc4cbf653c7484415 (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
33
34
35
36
37
# New ports collection makefile for:    xmms-goom
# Date created:             20 Jan 2002
# Whom:                 David Yeske <dyeske@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   goom
PORTVERSION=    2.4.0
PORTREVISION=   3
CATEGORIES= graphics
MASTER_SITES=   SF
PKGNAMEPREFIX=  xmms-
DISTNAME=   ${PORTNAME}-2k4-0-src

MAINTAINER= dyeske@gmail.com
COMMENT=    A cool XMMS visualization

BUILD_DEPENDS=  xmms-config:${PORTSDIR}/multimedia/xmms \
        nasm:${PORTSDIR}/devel/nasm
RUN_DEPENDS=    xmms:${PORTSDIR}/multimedia/xmms

USE_AUTOTOOLS=  libtool:15
USE_XORG=   x11
USE_GNOME+= gdkpixbuf gnomehack pkgconfig
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
USE_SDL=    sdl

WRKSRC=     ${WRKDIR}/goom2k4-0

post-patch:
    @${CHMOD} -R og+rx ${WRKSRC}
    @${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG}|g' \
        ${BUILD_WRKSRC}/src/Makefile.in

.include <bsd.port.mk>