freebsd-ports/graphics/xmms-gdancer/Makefile
Alexander Leidinger dd3895ae62 - download location changed [1]
- give up maintainership

Noticed by:	pavbot [1]
2008-06-19 06:49:59 +00:00

36 lines
801 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= 5
CATEGORIES= graphics
MASTER_SITES= http://www.travisemslander.com/gdancer/files/
DISTNAME= gdancer-$(PORTVERSION)
MAINTAINER= ports@FreeBSD.org
COMMENT= XMMS Visualization plugin, displays dancing figures
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
PLIST_FILES= lib/xmms/Visualization/gdancer.so
USE_GNOME= gtk12 gdkpixbuf
USE_GMAKE= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-pixbuf
post-patch:
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure
post-install:
-${RM} ${PREFIX}/lib/xmms/Visualization/gdancer.la
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>