From b3cdf7b947cf2d42ba1c3bcadc4467e593e6286e Mon Sep 17 00:00:00 2001 From: hubertf Date: Fri, 14 Feb 2003 23:56:38 +0000 Subject: 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) --- audio/xmms-bump-scope/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 audio/xmms-bump-scope/Makefile (limited to 'audio/xmms-bump-scope/Makefile') diff --git a/audio/xmms-bump-scope/Makefile b/audio/xmms-bump-scope/Makefile new file mode 100644 index 00000000000..d19f8b0e1be --- /dev/null +++ b/audio/xmms-bump-scope/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/02/14 23:56:38 hubertf Exp $ +# + +DISTNAME= bump_scope-0.0.3 +PKGNAME= xmms-bump-scope-0.0.3 +CATEGORIES= xmms audio +MASTER_SITES= http://staff.xmms.org/zinx/xmms/ + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://staff.xmms.org/zinx/xmms/ +COMMENT= Moving light embossing occiliscope + +USE_BUILDLINK2= YES +USE_LIBTOOL= YES +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +GNU_CONFIGURE= YES + +MAKE_ENV+= plugindir=${PREFIX}/lib/xmms/Visualization + +.include "../../audio/xmms/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3