1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/graphics/xmms-goom/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

38 lines
797 B
Makefile

# 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>