1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/graphics/xmms-gdancer/Makefile
Ade Lovett fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00

35 lines
732 B
Makefile

# New ports collection makefile for: xmms-gdancer
# Date created: 2. Jul 2001
# Whom: Alexander@Leidinger.net
#
# $FreeBSD$
#
PORTNAME= xmms-gdancer
PORTVERSION= 0.4.6
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://www.figz.com/gdancer/files/
DISTNAME= gdancer-$(PORTVERSION)
MAINTAINER= netchild@FreeBSD.org
COMMENT= XMMS Visualization plugin, displays dancing figures
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
PLIST_FILES= lib/xmms/Visualization/gdancer.so
USE_X_PREFIX= yes
USE_GNOME= gtk12 gdkpixbuf
USE_GMAKE= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-pixbuf
post-install:
-${RM} ${PREFIX}/lib/xmms/Visualization/gdancer.la
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>