2002-04-23 18:46:05 +02:00
|
|
|
# New ports collection makefile for: xmms-gdancer
|
|
|
|
# Date created: 2. Jul 2001
|
|
|
|
# Whom: Alexander@Leidinger.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xmms-gdancer
|
2002-07-05 15:10:00 +02:00
|
|
|
PORTVERSION= 0.4.5
|
2002-11-08 02:08:33 +01:00
|
|
|
CATEGORIES= graphics
|
2002-04-23 18:46:05 +02:00
|
|
|
MASTER_SITES= http://www.figz.com/gdancer/files/
|
|
|
|
DISTNAME= gdancer-$(PORTVERSION)
|
|
|
|
|
|
|
|
MAINTAINER= netchild@FreeBSD.org
|
|
|
|
|
2002-11-28 17:37:35 +01:00
|
|
|
LIB_DEPENDS= xmms.3:${PORTSDIR}/multimedia/xmms \
|
2002-04-23 18:46:05 +02:00
|
|
|
gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2002-08-31 02:13:25 +02:00
|
|
|
USE_GNOMENG= yes
|
|
|
|
USE_GNOME= gtk12
|
2002-04-23 18:46:05 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --enable-pixbuf
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
-${RM} ${PREFIX}/lib/xmms/Visualization/gdancer.la
|
|
|
|
@${ECHO_CMD} +++
|
|
|
|
@${ECHO_CMD} Now you have to install some themes from http://www.figz.com/gdancer/themes.php
|
|
|
|
@${ECHO_CMD} into .xmms/gdancer_themes. If it does not exist in your HOME directory, just
|
|
|
|
@${ECHO_CMD} create it.
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|