- Add LICENSE

- Strip library
This commit is contained in:
Dmitry Marakasov 2015-09-02 22:40:18 +00:00
parent 400fb2aacb
commit 68b3e023a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395917

View file

@ -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/Programs/gmpc/${PORTVERSION}/ \
MAINTAINER= ports@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>