freebsd-ports/graphics/xmms-gdancer/Makefile
Alexander Leidinger b4691fda76 - move the post-install message into pkg-message
- make the message more explicit (why you HAVE to install a theme)
- move the gdkpixbuf dependency into USE_GNOME
2003-05-22 12:05:34 +00:00

32 lines
670 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.5
PORTREVISION= 1
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.3:${PORTSDIR}/multimedia/xmms
USE_X_PREFIX= yes
USE_GNOME= gtk12 gdkpixbuf
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>