pkgsrc/audio/xmms-funtimedancer/Makefile
joerg a8a3c01339 Explicitly add pax dependency in those Makefiles that use it (or have
patches to add it). Drop pax from the default USE_TOOLS list.
Make bsdtar the default for those places that wanted gtar to extract
long links etc, as bsdtar can be built of the tree.
2008-05-25 21:42:20 +00:00

23 lines
628 B
Makefile

# $NetBSD: Makefile,v 1.20 2008/05/25 21:42:20 joerg Exp $
#
DISTNAME= FunTimeDancer-0.1
PKGNAME= xmms-funtimedancer-0.1
PKGREVISION= 8
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ftd/}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} FunTimeDancer-packs-1.0.tar.gz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/ftd/
COMMENT= XMMS plugin displaying an animation
USE_TOOLS+= pax
post-install:
cd ${WRKDIR} && \
pax -rw -pp FunTimeDancer ${PREFIX}/lib/xmms/Visualization
.include "../../audio/xmms/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"