svn commit: r395925 - head/audio/gmpc-shout

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 2 22:49:54 UTC 2015


Author: amdmi3
Date: Wed Sep  2 22:49:53 2015
New Revision: 395925
URL: https://svnweb.freebsd.org/changeset/ports/395925

Log:
  - Add LICENSE
  - Strip library

Modified:
  head/audio/gmpc-shout/Makefile

Modified: head/audio/gmpc-shout/Makefile
==============================================================================
--- head/audio/gmpc-shout/Makefile	Wed Sep  2 22:49:40 2015	(r395924)
+++ head/audio/gmpc-shout/Makefile	Wed Sep  2 22:49:53 2015	(r395925)
@@ -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/
 MAINTAINER=	ports at 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>


More information about the svn-ports-all mailing list