mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
a80f916349
Approved by: portmgr blanket
25 lines
696 B
Makefile
25 lines
696 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gmpc-shout
|
|
PORTVERSION= 0.20.0
|
|
PORTREVISION= 4
|
|
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
|
|
|
|
LIB_DEPENDS= libmpd.so:${PORTSDIR}/audio/libmpd \
|
|
libcairo.so:${PORTSDIR}/graphics/cairo
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
|
|
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc \
|
|
ogg123:${PORTSDIR}/audio/vorbis-tools
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= intltool glib20 gtk20 libxml2
|
|
USES= gettext gmake libtool pathfix pkgconfig
|
|
|
|
.include <bsd.port.mk>
|