svn commit: r385851 - head/x11/libdnd

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 9 01:31:56 UTC 2015


Author: amdmi3
Date: Sat May  9 01:31:55 2015
New Revision: 385851
URL: https://svnweb.freebsd.org/changeset/ports/385851

Log:
  - Add LICENSE
  - Strip libraries

Modified:
  head/x11/libdnd/Makefile

Modified: head/x11/libdnd/Makefile
==============================================================================
--- head/x11/libdnd/Makefile	Sat May  9 01:31:39 2015	(r385850)
+++ head/x11/libdnd/Makefile	Sat May  9 01:31:55 2015	(r385851)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libdnd
 PORTVERSION=	1.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	x11
 MASTER_SITES=	http://leb.net/offix/
 DISTNAME=	dnd.${PORTVERSION}
@@ -11,6 +11,9 @@ DISTNAME=	dnd.${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Drag and drop library
 
+LICENSE=	LGPL20
+LICENSE_FILE=	${WRKSRC}/../COPYING.LIB
+
 USES=		tar:tgz
 USE_XORG=	x11 xmu ice xaw
 USE_LDCONFIG=	yes
@@ -23,6 +26,7 @@ MAKE_JOBS_UNSAFE=	yes
 OPTIONS_DEFINE=	DOCS
 
 post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_MAN} ${WRKDIR}/DND/DNDdoc/* ${STAGEDIR}${DOCSDIR}
 


More information about the svn-ports-all mailing list