summaryrefslogtreecommitdiff
path: root/audio/xmms-jess/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>2003-02-14 23:56:38 +0000
committerhubertf <hubertf>2003-02-14 23:56:38 +0000
commit2c0af43995b822222382572d32975527f9b867cc (patch)
treee26abf9eda9e2e3a9c681287da99414ea992f31c /audio/xmms-jess/Makefile
parent36623a875cc573e377df21c29e1e1f9e3a94f0c8 (diff)
downloadpkgsrc-2c0af43995b822222382572d32975527f9b867cc.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-jess/Makefile')
-rw-r--r--audio/xmms-jess/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/xmms-jess/Makefile b/audio/xmms-jess/Makefile
new file mode 100644
index 00000000000..a133414bbff
--- /dev/null
+++ b/audio/xmms-jess/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/02/14 23:56:39 hubertf Exp $
+#
+
+DISTNAME= JESS-2.9.1
+PKGNAME= xmms-jess-2.9.1
+CATEGORIES= xmms audio
+MASTER_SITES= http://arquier.free.fr/
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://arquier.free.fr/
+COMMENT= XMMS plugin with Blur, image distorsion, etc.
+
+USE_BUILDLINK2= YES
+USE_LIBTOOL= YES
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+GNU_CONFIGURE= YES
+
+.include "../../audio/xmms/buildlink2.mk"
+.include "../../devel/SDL/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"