2008-03-30 01:04:26 +01:00
|
|
|
# New ports collection makefile for: gmpc-extraplaylist
|
|
|
|
# Date created: March 27 2008
|
|
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gmpc-extraplaylist
|
2009-09-25 19:57:53 +02:00
|
|
|
PORTVERSION= 0.19.0
|
2010-04-03 12:44:36 +02:00
|
|
|
PORTREVISION= 3
|
2008-03-30 01:04:26 +01:00
|
|
|
CATEGORIES= audio
|
2009-08-14 11:14:01 +02:00
|
|
|
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
|
|
|
|
http://freebsd.unixfreunde.de/sources/
|
2008-03-30 01:04:26 +01:00
|
|
|
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
|
|
COMMENT= A favorites plugin for gmpc
|
|
|
|
|
|
|
|
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
|
2010-04-03 12:44:36 +02:00
|
|
|
curl.6:${PORTSDIR}/ftp/curl
|
2008-03-30 01:04:26 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
|
2008-09-30 13:35:47 +02:00
|
|
|
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
|
2008-03-30 01:04:26 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_XORG= x11
|
|
|
|
USE_GNOME= gnomehack
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|