diff options
author | hubertf <hubertf@pkgsrc.org> | 2003-02-14 23:56:38 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2003-02-14 23:56:38 +0000 |
commit | b3cdf7b947cf2d42ba1c3bcadc4467e593e6286e (patch) | |
tree | e26abf9eda9e2e3a9c681287da99414ea992f31c /audio/xmms-funtimedancer/Makefile | |
parent | ab66e4be186f7024947b43bdc7f762876ce8741a (diff) | |
download | pkgsrc-b3cdf7b947cf2d42ba1c3bcadc4467e593e6286e.tar.gz |
Big bunch of visual plugins for xmms that all need OpenGL
(which in conjunction with threads as used in xmms needs real
threads, pth is probably not enough... tested on -current)
Diffstat (limited to 'audio/xmms-funtimedancer/Makefile')
-rw-r--r-- | audio/xmms-funtimedancer/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/audio/xmms-funtimedancer/Makefile b/audio/xmms-funtimedancer/Makefile new file mode 100644 index 00000000000..e895b58b292 --- /dev/null +++ b/audio/xmms-funtimedancer/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/02/14 23:56:38 hubertf Exp $ +# + +DISTNAME= FunTimeDancer-0.1 +PKGNAME= xmms-${DISTNAME:S/FunTimeDancer/funtimedancer/} +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 ${WRKSRC}/../FunTimeDancer ; \ + ${PAX} -rw -pe . ${PREFIX}/lib/xmms/Visualization/FunTimeDancer + +.include "../../audio/xmms/buildlink2.mk" +.include "../../devel/SDL/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |