svn commit: r380923 - head/x11-toolkits/fox14

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


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

Log:
  - Pet portlint
  - Add LICENSE
  - Strip libraries

Modified:
  head/x11-toolkits/fox14/Makefile

Modified: head/x11-toolkits/fox14/Makefile
==============================================================================
--- head/x11-toolkits/fox14/Makefile	Tue Mar 10 14:15:59 2015	(r380922)
+++ head/x11-toolkits/fox14/Makefile	Tue Mar 10 14:16:01 2015	(r380923)
@@ -3,16 +3,19 @@
 
 PORTNAME=	fox
 PORTVERSION=	1.4.35
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	http://www.fox-toolkit.org/ftp/ \
 		ftp://ftp.fox-toolkit.org/pub/ \
 		http://fresh.t-systems-sfr.com/unix/src/misc/
 PKGNAMESUFFIX=	${PORTVERSION:R:S/.//}
 
-MAINTAINER?=	ports at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Fast and extensive C++ GUI toolkit
 
+LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
 		libpng.so:${PORTSDIR}/graphics/png \
 		libtiff.so:${PORTSDIR}/graphics/tiff
@@ -124,4 +127,7 @@ post-patch:
 		${WRKSRC}/Makefile.in
 .endif
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list