svn commit: r395757 - head/audio/gmpc-alarm
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Sep 1 14:14:04 UTC 2015
Author: amdmi3
Date: Tue Sep 1 14:14:03 2015
New Revision: 395757
URL: https://svnweb.freebsd.org/changeset/ports/395757
Log:
- Add LICENSE
- Strip library
- Pet portlint
Modified:
head/audio/gmpc-alarm/Makefile
Modified: head/audio/gmpc-alarm/Makefile
==============================================================================
--- head/audio/gmpc-alarm/Makefile Tue Sep 1 14:13:55 2015 (r395756)
+++ head/audio/gmpc-alarm/Makefile Tue Sep 1 14:14:03 2015 (r395757)
@@ -3,13 +3,16 @@
PORTNAME= gmpc-alarm
PORTVERSION= 11.8.16
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
MAINTAINER= ports at FreeBSD.org
COMMENT= Alarm 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
@@ -17,7 +20,8 @@ RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
-USES= gmake gettext libtool pkgconfig
+USES= gettext gmake libtool pkgconfig
USE_GNOME= glib20 gtk20 intltool
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list