mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
259378c3c4
Submitted by: avl@ Approved by: portmgr (myself,pav) Feature safe: yes
29 lines
750 B
Makefile
29 lines
750 B
Makefile
# New ports collection makefile for: gmpc-wikipedia
|
|
# Date created: March 27 2008
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gmpc-wikipedia
|
|
PORTVERSION= 0.20.0
|
|
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.3:${PORTSDIR}/audio/libmpd \
|
|
soup-2.4.1:${PORTSDIR}/devel/libsoup \
|
|
webkit-1.0.13:${PORTSDIR}/www/webkit-gtk2
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
|
|
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= pkgconfig intltool glib20 gtk20
|
|
USE_GETTEXT= yes
|
|
|
|
.include <bsd.port.mk>
|