7f4572eae4
With hat: portmgr Sponsored by: Absolight
30 lines
769 B
Makefile
30 lines
769 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gmpc-shout
|
|
PORTVERSION= 0.20.0
|
|
PORTREVISION= 6
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
|
|
http://freebsd.unixfreunde.de/sources/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Shoutcast stream for gmpc
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libmpd.so:audio/libmpd \
|
|
libcairo.so:graphics/cairo
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:audio/gmpc
|
|
RUN_DEPENDS= gmpc:audio/gmpc \
|
|
ogg123:audio/vorbis-tools
|
|
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
USES= gettext gmake libtool pkgconfig
|
|
USE_GNOME= intltool glib20 gtk20 libxml2
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|