svn commit: r388713 - head/audio/gmidimonitor
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Jun 7 15:01:31 UTC 2015
Author: amdmi3
Date: Sun Jun 7 15:01:30 2015
New Revision: 388713
URL: https://svnweb.freebsd.org/changeset/ports/388713
Log:
- Strip binary
- Pet portlint
Modified:
head/audio/gmidimonitor/Makefile
Modified: head/audio/gmidimonitor/Makefile
==============================================================================
--- head/audio/gmidimonitor/Makefile Sun Jun 7 15:01:01 2015 (r388712)
+++ head/audio/gmidimonitor/Makefile Sun Jun 7 15:01:30 2015 (r388713)
@@ -3,13 +3,16 @@
PORTNAME= gmidimonitor
PORTVERSION= 3.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://download.gna.org/gmidimonitor/
MAINTAINER= ports at FreeBSD.org
COMMENT= GTK+ application that shows MIDI events
+LICENSE= GPLv2 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
+
LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack \
liblash.so:${PORTSDIR}/audio/lash
@@ -18,9 +21,9 @@ USE_GNOME= gtk20 libglade2
CONFIGURE_ARGS= --alsa=no
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-
PLIST_FILES= bin/gmidimonitor %%DATADIR%%/gmidimonitor.ui
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list