aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-02 22:49:53 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-02 22:49:53 +0000
commitab6840e2c80828886a92f36533e8459b7c62ee2c (patch)
treef02e1f66357dae1bcaa035645856e168e9a8b463
parent4de654d82e145445d7e0b8bc10e954a4b22d8c59 (diff)
downloadports-ab6840e2c80828886a92f36533e8459b7c62ee2c.tar.gz
ports-ab6840e2c80828886a92f36533e8459b7c62ee2c.zip
Notes
-rw-r--r--audio/gmpc-shout/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/gmpc-shout/Makefile b/audio/gmpc-shout/Makefile
index 7c0271775820..36f0f3ea04d7 100644
--- a/audio/gmpc-shout/Makefile
+++ b/audio/gmpc-shout/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gmpc-shout
PORTVERSION= 0.20.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
http://freebsd.unixfreunde.de/sources/
@@ -11,6 +11,9 @@ MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= Shoutcast stream for gmpc
+LICENSE= GPLv2 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
+
LIB_DEPENDS= libmpd.so:${PORTSDIR}/audio/libmpd \
libcairo.so:${PORTSDIR}/graphics/cairo
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
@@ -22,5 +25,6 @@ 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>