freebsd-ports/audio/gmpc-shout/Makefile
2010-04-03 10:44:36 +00:00

31 lines
785 B
Makefile

# New ports collection makefile for: gmpc-shout
# Date created: March 27 2008
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gmpc-shout
PORTVERSION= 0.19.0
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
http://freebsd.unixfreunde.de/sources/
MAINTAINER= miwi@FreeBSD.org
COMMENT= Shoutcast stream for gmpc
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
LIB_DEPENDS+= mpd:${PORTSDIR}/audio/libmpd \
curl.6:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
GNU_CONFIGURE= yes
USE_XORG= x11
USE_GNOME= gnomehack intltool
USE_GMAKE= yes
USE_LDCONFIG= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>