pkgsrc/audio/xmms-funtimedancer/Makefile
jmmv 30925b26c7 Bump revision due to SDL update, and sync versions in buildlink files where
needed.  This is required because esound has been droped as a dependancy.
2003-07-26 21:41:08 +00:00

24 lines
640 B
Makefile

# $NetBSD: Makefile,v 1.8 2003/07/26 21:41:09 jmmv Exp $
#
DISTNAME= FunTimeDancer-0.1
PKGNAME= xmms-funtimedancer-0.1
PKGREVISION= 3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ftd/}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} FunTimeDancer-packs-1.0.tar.gz
MAINTAINER= hubertf@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/ftd/
COMMENT= XMMS plugin displaying an animation
USE_X11= yes
USE_BUILDLINK2= yes
post-install:
cd ${WRKDIR} && \
${PAX} -rw -pe FunTimeDancer ${PREFIX}/lib/xmms/Visualization
.include "../../audio/xmms/buildlink2.mk"
.include "../../devel/SDL/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"