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
|
2003-08-07 20:08:29 +02:00
|
|
|
PORTVERSION= 0.4.6
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 5
|
2002-11-08 02:08:33 +01:00
|
|
|
CATEGORIES= graphics
|
2008-06-19 08:49:59 +02:00
|
|
|
MASTER_SITES= http://www.travisemslander.com/gdancer/files/
|
2002-04-23 18:46:05 +02:00
|
|
|
DISTNAME= gdancer-$(PORTVERSION)
|
|
|
|
|
2008-06-19 08:49:59 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= XMMS Visualization plugin, displays dancing figures
|
2002-04-23 18:46:05 +02:00
|
|
|
|
2003-09-08 02:10:16 +02:00
|
|
|
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
|
2002-04-23 18:46:05 +02:00
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= lib/xmms/Visualization/gdancer.so
|
2003-05-22 14:05:34 +02:00
|
|
|
USE_GNOME= gtk12 gdkpixbuf
|
2003-08-07 20:08:29 +02:00
|
|
|
USE_GMAKE= yes
|
2007-03-29 15:56:32 +02:00
|
|
|
USE_LDCONFIG= yes
|
2002-04-23 18:46:05 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --enable-pixbuf
|
|
|
|
|
2007-03-29 15:56:32 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure
|
|
|
|
|
2002-04-23 18:46:05 +02:00
|
|
|
post-install:
|
|
|
|
-${RM} ${PREFIX}/lib/xmms/Visualization/gdancer.la
|
2003-05-22 14:05:34 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2002-04-23 18:46:05 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|