diff options
author | wiz <wiz@pkgsrc.org> | 2011-03-06 16:02:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-03-06 16:02:28 +0000 |
commit | 3b0faad4eed25929eb9466f79a86bd63833058b2 (patch) | |
tree | 2e0950fe4261acbafec3ff24573aba194ce53bb6 /audio/xmms-bump-scope/Makefile | |
parent | 12dcf0b377f5ecb5f0057fc9c6e4433ef06e171f (diff) | |
download | pkgsrc-3b0faad4eed25929eb9466f79a86bd63833058b2.tar.gz |
Remove GTK1 using packages for which noone spoke up for the last two weeks
on pkgsrc-users in the thread "[HEADS UP] Package removal -- please check".
Diffstat (limited to 'audio/xmms-bump-scope/Makefile')
-rw-r--r-- | audio/xmms-bump-scope/Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/audio/xmms-bump-scope/Makefile b/audio/xmms-bump-scope/Makefile deleted file mode 100644 index 98e4d2f0da3..00000000000 --- a/audio/xmms-bump-scope/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $NetBSD: Makefile,v 1.17 2009/05/28 20:48:08 zafer Exp $ -# - -DISTNAME= bump_scope-0.0.3 -PKGNAME= xmms-bump-scope-0.0.3 -PKGREVISION= 5 -CATEGORIES= xmms audio -MASTER_SITES= http://zenthought.org/system/files/asset/2/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://zinx.xmms.org/xmms/ -COMMENT= Moving light embossing oscilloscope - -PKG_DESTDIR_SUPPORT= user-destdir - -USE_LIBTOOL= YES -GNU_CONFIGURE= YES - -MAKE_ENV+= plugindir=${PREFIX}/lib/xmms/Visualization - -.include "../../audio/xmms/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" |