1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/audio/gmpc-shout/Makefile
2021-04-06 16:31:07 +02:00

29 lines
720 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
PORTNAME= gmpc-shout
PORTVERSION= 0.20.0
PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
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 gnome libtool pkgconfig
USE_GNOME= intltool glib20 gtk20 libxml2
INSTALL_TARGET= install-strip
.include <bsd.port.mk>