svn commit: r379507 - head/x11-toolkits/xforms

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Feb 21 13:14:58 UTC 2015


Author: amdmi3
Date: Sat Feb 21 13:14:57 2015
New Revision: 379507
URL: https://svnweb.freebsd.org/changeset/ports/379507
QAT: https://qat.redports.org/buildarchive/r379507/

Log:
  - Add LICENSE_FILE
  - Strip libraries

Modified:
  head/x11-toolkits/xforms/Makefile

Modified: head/x11-toolkits/xforms/Makefile
==============================================================================
--- head/x11-toolkits/xforms/Makefile	Sat Feb 21 13:14:43 2015	(r379506)
+++ head/x11-toolkits/xforms/Makefile	Sat Feb 21 13:14:57 2015	(r379507)
@@ -13,6 +13,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Graphical user interface toolkit for X Window System
 
 LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 
 LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
 		libtiff.so:${PORTSDIR}/graphics/tiff
@@ -24,6 +25,7 @@ USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
 BROKEN_ia64=	Does not compile on ia64
 


More information about the svn-ports-head mailing list