diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-05-10 20:10:42 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-05-10 20:10:42 +0800 |
commit | 1e91a71878f28fb634718941807176a761b3b3ca (patch) | |
tree | 77b96e80d2d098954e99064e07e5f734dcf60db8 /audio/gmpc-wikipedia/Makefile | |
parent | 6221f771716abdffc2527781d7879dc4c4879f8f (diff) | |
download | marcuscom-ports-1e91a71878f28fb634718941807176a761b3b3ca.tar marcuscom-ports-1e91a71878f28fb634718941807176a761b3b3ca.tar.gz marcuscom-ports-1e91a71878f28fb634718941807176a761b3b3ca.tar.bz2 marcuscom-ports-1e91a71878f28fb634718941807176a761b3b3ca.tar.lz marcuscom-ports-1e91a71878f28fb634718941807176a761b3b3ca.tar.xz marcuscom-ports-1e91a71878f28fb634718941807176a761b3b3ca.tar.zst marcuscom-ports-1e91a71878f28fb634718941807176a761b3b3ca.zip |
Chase webkit lib dump.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12295 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gmpc-wikipedia/Makefile')
-rw-r--r-- | audio/gmpc-wikipedia/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/audio/gmpc-wikipedia/Makefile b/audio/gmpc-wikipedia/Makefile new file mode 100644 index 000000000..1c10465f1 --- /dev/null +++ b/audio/gmpc-wikipedia/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: gmpc-wikipedia +# Date created: March 27 2008 +# Whom: Martin Wilke <miwi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gmpc-wikipedia +PORTVERSION= 0.18.0 +PORTREVISION= 1 +CATEGORIES= audio +MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ + +MAINTAINER= miwi@FreeBSD.org +COMMENT= Wikipedia info for gmpc + +LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \ + curl.5:${PORTSDIR}/ftp/curl \ + webkit-1.0.6:${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 +USE_LDCONFIG= yes + +.include <bsd.port.mk> |