diff options
Diffstat (limited to 'audio/xmms-bump-scope/Makefile')
-rw-r--r-- | audio/xmms-bump-scope/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
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" |