diff options
author | wiz <wiz@pkgsrc.org> | 2013-10-02 11:23:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-10-02 11:23:46 +0000 |
commit | fef40b200719f2f0a1d3fe98a7ca9c98b584bfd0 (patch) | |
tree | 3233121314834a156e36a722dc6797829287f569 /audio/gmpc-lastfm/Makefile | |
parent | 94e7e6d3a0f28977c033f40aaeb79f4cf194fdb8 (diff) | |
download | pkgsrc-fef40b200719f2f0a1d3fe98a7ca9c98b584bfd0.tar.gz |
Remove two plugins that are not supported any longer with gmpc-11.8.16.
Diffstat (limited to 'audio/gmpc-lastfm/Makefile')
-rw-r--r-- | audio/gmpc-lastfm/Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/gmpc-lastfm/Makefile b/audio/gmpc-lastfm/Makefile deleted file mode 100644 index 78d9c1a4044..00000000000 --- a/audio/gmpc-lastfm/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $NetBSD: Makefile,v 1.17 2013/09/02 19:50:53 adam Exp $ -# - -DISTNAME= gmpc-last-fm-0.20.0 -PKGREVISION= 14 -CATEGORIES= audio -MASTER_SITES= http://download.sarine.nl/Programs/gmpc/0.20.0/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://gmpc.wikia.com/wiki/Last.fm -COMMENT= GMPC plugin for fetching cover and artist art from last.fm -LICENSE= gnu-gpl-v2 - -GNU_CONFIGURE= yes -USE_LIBTOOL= yes -USE_TOOLS+= intltool pkg-config msgfmt - -.include "../../audio/gmpc/buildlink3.mk" -.include "../../textproc/libxml2/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" |