summaryrefslogtreecommitdiffstats
path: root/audio/gmpc-wikipedia/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gmpc-wikipedia/Makefile')
-rw-r--r--audio/gmpc-wikipedia/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/audio/gmpc-wikipedia/Makefile b/audio/gmpc-wikipedia/Makefile
deleted file mode 100644
index a6700ecf7..000000000
--- a/audio/gmpc-wikipedia/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: gmpc-wikipedia
-# Date created: March 27 2008
-# Whom: Martin Wilke <miwi@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gmpc-wikipedia
-PORTVERSION= 0.19.0
-PORTREVISION= 1
-CATEGORIES= audio
-MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
- http://freebsd.unixfreunde.de/sources/
-
-MAINTAINER= miwi@FreeBSD.org
-COMMENT= Wikipedia info for gmpc
-
-LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
- curl.5:${PORTSDIR}/ftp/curl \
- webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
-RUN_DEPEND= gmpc:${PORTSDIR}/audio/gmpc
-
-GNU_CONFIGURE= yes
-USE_XORG= x11
-USE_GNOME= gnomehack intltool
-USE_LDCONFIG= yes
-USE_GMAKE= yes
-
-.include <bsd.port.mk>