aboutsummaryrefslogtreecommitdiff
path: root/audio/gmpc-magnatune
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-02 00:07:52 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-02 00:07:52 +0000
commitadca1c23dd5a66bc4ccbcf72da2a0a10b6e692e2 (patch)
treef70c524c7417856d7b9cd2753c64e9c924709235 /audio/gmpc-magnatune
parentae24506f896c110b2b88277f815647b631c61c79 (diff)
downloadports-adca1c23dd5a66bc4ccbcf72da2a0a10b6e692e2.tar.gz
ports-adca1c23dd5a66bc4ccbcf72da2a0a10b6e692e2.zip
- Fix comment
- Add LICENSE - Strip library
Notes
Notes: svn path=/head/; revision=395805
Diffstat (limited to 'audio/gmpc-magnatune')
-rw-r--r--audio/gmpc-magnatune/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/audio/gmpc-magnatune/Makefile b/audio/gmpc-magnatune/Makefile
index cc553640bf50..d47b922774d0 100644
--- a/audio/gmpc-magnatune/Makefile
+++ b/audio/gmpc-magnatune/Makefile
@@ -3,12 +3,15 @@
PORTNAME= gmpc-magnatune
PORTVERSION= 11.8.16
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
-COMMENT= The Magnatune plugin let's you preview music from Magnatune
+COMMENT= Magnatune plugin lets you preview music from Magnatune
+
+LICENSE= GPLv2 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libmpd.so:${PORTSDIR}/audio/libmpd \
libsqlite3.so:${PORTSDIR}/databases/sqlite3
@@ -18,5 +21,6 @@ RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
GNU_CONFIGURE= yes
USE_GNOME= intltool glib20 gtk20 libglade2
USES= gettext gmake libtool pkgconfig
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>