svn commit: r395806 - head/audio/gmpc-lastfm

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 2 00:07:59 UTC 2015


Author: amdmi3
Date: Wed Sep  2 00:07:57 2015
New Revision: 395806
URL: https://svnweb.freebsd.org/changeset/ports/395806

Log:
  - Add LICENSE
  - Strip library

Modified:
  head/audio/gmpc-lastfm/Makefile

Modified: head/audio/gmpc-lastfm/Makefile
==============================================================================
--- head/audio/gmpc-lastfm/Makefile	Wed Sep  2 00:07:52 2015	(r395805)
+++ head/audio/gmpc-lastfm/Makefile	Wed Sep  2 00:07:57 2015	(r395806)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gmpc-lastfm
 PORTVERSION=	0.20.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	audio
 MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
 		http://freebsd.unixfreunde.de/sources/
@@ -12,6 +12,9 @@ DISTNAME=	gmpc-last-fm-${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Last.FM metadata fetcher plugin for gmpc
 
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libmpd.so:${PORTSDIR}/audio/libmpd
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
 RUN_DEPENDS=	gmpc:${PORTSDIR}/audio/gmpc
@@ -21,5 +24,6 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 USES=		gettext gmake libtool pkgconfig
 USE_GNOME=	glib20 gtk20 intltool libxml2
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list