svn commit: r395917 - head/audio/gmpc-mserver
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Sep 2 22:40:19 UTC 2015
Author: amdmi3
Date: Wed Sep 2 22:40:18 2015
New Revision: 395917
URL: https://svnweb.freebsd.org/changeset/ports/395917
Log:
- Add LICENSE
- Strip library
Modified:
head/audio/gmpc-mserver/Makefile
Modified: head/audio/gmpc-mserver/Makefile
==============================================================================
--- head/audio/gmpc-mserver/Makefile Wed Sep 2 22:40:14 2015 (r395916)
+++ head/audio/gmpc-mserver/Makefile Wed Sep 2 22:40:18 2015 (r395917)
@@ -3,7 +3,7 @@
PORTNAME= gmpc-mserver
PORTVERSION= 0.20.0
-PORTREVISION= 12
+PORTREVISION= 13
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= Lets you stream music files to your mpd that are not in your database
+LICENSE= GPLv2 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
+
LIB_DEPENDS= libmpd.so:${PORTSDIR}/audio/libmpd \
libtag.so:${PORTSDIR}/audio/taglib \
libmicrohttpd.so:${PORTSDIR}/www/libmicrohttpd
@@ -22,5 +25,6 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_GNOME= glib20 gtk20 intltool libxml2
USES= gettext gmake libtool pathfix pkgconfig
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list