svn commit: r380927 - head/x11/avant-window-navigator

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Mar 10 14:16:05 UTC 2015


Author: amdmi3
Date: Tue Mar 10 14:16:04 2015
New Revision: 380927
URL: https://svnweb.freebsd.org/changeset/ports/380927
QAT: https://qat.redports.org/buildarchive/r380927/

Log:
  - Add LICENSE
  - Strip binaries

Modified:
  head/x11/avant-window-navigator/Makefile

Modified: head/x11/avant-window-navigator/Makefile
==============================================================================
--- head/x11/avant-window-navigator/Makefile	Tue Mar 10 14:16:04 2015	(r380926)
+++ head/x11/avant-window-navigator/Makefile	Tue Mar 10 14:16:04 2015	(r380927)
@@ -3,7 +3,7 @@
 
 PORTNAME=	avant-window-navigator
 PORTVERSION=	0.3.2.1
-PORTREVISION?=	10
+PORTREVISION?=	11
 CATEGORIES=	x11
 MASTER_SITES=	http://launchpadlibrarian.net/26374006/ \
 		http://mirror.amdmi3.ru/distfiles/
@@ -11,6 +11,9 @@ MASTER_SITES=	http://launchpadlibrarian.
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Dock-like navigation bar
 
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg
 LIB_DEPENDS=	libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck \
@@ -24,6 +27,7 @@ INSTALLS_ICONS=	yes
 USE_XORG=	x11 xproto xcomposite xrender
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
 AWN_DESKTOP?=	agnostic
 


More information about the svn-ports-head mailing list