2008-03-29 20:05:44 -04:00
|
|
|
# New ports collection makefile for: gmpc-shout
|
|
|
|
# Date created: March 27 2008
|
|
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gmpc-shout
|
2011-01-26 10:38:49 -05:00
|
|
|
PORTVERSION= 0.20.0
|
2008-03-29 20:05:44 -04:00
|
|
|
CATEGORIES= audio
|
2009-08-14 05:14:01 -04:00
|
|
|
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
|
|
|
|
http://freebsd.unixfreunde.de/sources/
|
2008-03-29 20:05:44 -04:00
|
|
|
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
|
|
COMMENT= Shoutcast stream for gmpc
|
|
|
|
|
2011-01-26 10:38:49 -05:00
|
|
|
LIB_DEPENDS= mpd.3:${PORTSDIR}/audio/libmpd \
|
|
|
|
cairo.2:${PORTSDIR}/graphics/cairo
|
2008-03-29 20:05:44 -04:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
|
2011-01-26 10:38:49 -05:00
|
|
|
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc \
|
|
|
|
ogg123:${PORTSDIR}/audio/vorbis-tools
|
2008-03-29 20:05:44 -04:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2009-09-25 13:57:53 -04:00
|
|
|
USE_GMAKE= yes
|
2011-01-26 10:38:49 -05:00
|
|
|
USE_GNOME= gnomehack pkgconfig intltool glib20 gtk20 libxml2
|
|
|
|
USE_GETTEXT= yes
|
2009-09-25 13:57:53 -04:00
|
|
|
|
2008-03-29 20:05:44 -04:00
|
|
|
.include <bsd.port.mk>
|