2013-08-31 01:01:05 +02:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
2007-09-16 11:13:56 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gmpc-mdcover
|
2011-01-26 16:38:49 +01:00
|
|
|
PORTVERSION= 0.20.0
|
2014-07-28 22:27:42 +02:00
|
|
|
PORTREVISION= 5
|
2007-09-16 11:13:56 +02: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/
|
2007-09-16 11:13:56 +02:00
|
|
|
|
2014-11-18 10:37:31 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2011-01-26 16:38:49 +01:00
|
|
|
COMMENT= Collects metadata for gmpc
|
2007-09-16 11:13:56 +02:00
|
|
|
|
2013-12-11 15:35:36 +01:00
|
|
|
LIB_DEPENDS= libmpd.so:${PORTSDIR}/audio/libmpd
|
2007-09-16 11:13:56 +02: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
|
2007-09-16 11:13:56 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-09-25 17:18:27 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
|
|
USES= gettext gmake libtool pkgconfig
|
2013-08-31 01:01:05 +02:00
|
|
|
USE_GNOME= intltool glib20 gtk20 libxml2
|
2007-09-16 11:13:56 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|