2013-08-31 01:01:05 +02:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
2008-03-30 01:03:28 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gmpc-mserver
|
2011-01-26 16:38:49 +01:00
|
|
|
PORTVERSION= 0.20.0
|
2013-11-23 19:41:39 +01:00
|
|
|
PORTREVISION= 7
|
2008-03-30 01:03:28 +01:00
|
|
|
CATEGORIES= audio
|
2011-01-26 16:38:49 +01:00
|
|
|
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
|
2009-08-14 11:14:01 +02:00
|
|
|
http://freebsd.unixfreunde.de/sources/
|
2008-03-30 01:03:28 +01:00
|
|
|
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2011-01-26 16:38:49 +01:00
|
|
|
COMMENT= Lets you stream music files to your mpd that are not in your database
|
2008-03-30 01:03:28 +01:00
|
|
|
|
2012-02-06 16:33:14 +01:00
|
|
|
LIB_DEPENDS= mpd.4:${PORTSDIR}/audio/libmpd \
|
2009-12-02 18:16:16 +01:00
|
|
|
tag.1:${PORTSDIR}/audio/taglib \
|
2012-07-12 13:56:24 +02:00
|
|
|
microhttpd:${PORTSDIR}/www/libmicrohttpd
|
2008-03-30 01:03:28 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
|
2011-01-26 16:38:49 +01:00
|
|
|
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
|
2009-09-25 19:57:53 +02:00
|
|
|
|
2008-03-30 01:03:28 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2013-08-31 01:01:05 +02:00
|
|
|
USE_GNOME= glib20 gtk20 libxml2
|
2013-09-20 16:36:35 +02:00
|
|
|
NO_STAGE= yes
|
2013-08-31 01:01:05 +02:00
|
|
|
USES= gettext gmake pathfix pkgconfig
|
2008-09-30 13:36:42 +02:00
|
|
|
|
2008-03-30 01:03:28 +01:00
|
|
|
.include <bsd.port.mk>
|