freebsd-ports/graphics/xmms-goom/Makefile
Patrick Li 47656f37c4 Add new port graphics/xmms-goom - A cool visualization plugin for xmms
PR:		34327
Submitted by:	David Yeske <dyeske@yahoo.com>
2002-01-27 17:59:44 +00:00

32 lines
689 B
Makefile

# New ports collection makefile for: xmms-goom
# Date created: 20 Jan 2002
# Whom: David Yeske <dyeske@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= goom
PORTVERSION= 1.7.6
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= goom
PKGNAMEPREFIX= xmms-
DISTNAME= xmms-goom_${PORTVERSION:S/.p/pre/}
EXTRACT_SUFX= .tgz
MAINTAINER= dyeske@yahoo.com
LIB_DEPENDS= xmms.3:${PORTSDIR}/audio/xmms
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_GTK= yes
pre-patch:
@${PERL} -pi -e 's|gtk-config|${GTK_CONFIG}|g;' \
${WRKSRC}/configure
@${PERL} -pi -e 's|gtk-config|${GTK_CONFIG}|g; s|-lgtk|-lgtk12|g;' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>