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-synaesthesia/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-synaesthesia/Makefile')
-rw-r--r-- | audio/xmms-synaesthesia/Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/audio/xmms-synaesthesia/Makefile b/audio/xmms-synaesthesia/Makefile deleted file mode 100644 index 9fbe7377ec5..00000000000 --- a/audio/xmms-synaesthesia/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $NetBSD: Makefile,v 1.16 2009/05/28 20:49:26 zafer Exp $ -# - -DISTNAME= synaesthesia-xmms-0.0.3-rc3 -PKGNAME= xmms-synaesthesia-0.0.3rc3 -PKGREVISION= 4 -CATEGORIES= audio xmms -MASTER_SITES= http://zenthought.org/system/files/asset/2/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://zinx.xmms.org/xmms/ -COMMENT= Port of Synaesthesia to an XMMS plugin - -PKG_DESTDIR_SUPPORT= user-destdir - -GNU_CONFIGURE= yes -USE_LIBTOOL= yes - -CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1 - -.include "../../audio/xmms/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" |