svn commit: r404922 - head/science/libquantum

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 31 10:57:58 UTC 2015


Author: amdmi3
Date: Thu Dec 31 10:57:57 2015
New Revision: 404922
URL: https://svnweb.freebsd.org/changeset/ports/404922

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Strip library

Modified:
  head/science/libquantum/Makefile

Modified: head/science/libquantum/Makefile
==============================================================================
--- head/science/libquantum/Makefile	Thu Dec 31 10:57:53 2015	(r404921)
+++ head/science/libquantum/Makefile	Thu Dec 31 10:57:57 2015	(r404922)
@@ -3,13 +3,19 @@
 
 PORTNAME=	libquantum
 PORTVERSION=	1.1.1
+PORTREVISION=	1
 CATEGORIES=	science
 MASTER_SITES=	http://www.libquantum.de/files/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	C library for quantum computing and quantum simulation
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+GNU_CONFIGURE=	yes
+USES=		gmake libtool
+USE_LDCONFIG=	yes
 
 PLIST_FILES=	include/quantum.h \
 		lib/libquantum.a \
@@ -17,8 +23,7 @@ PLIST_FILES=	include/quantum.h \
 		lib/libquantum.so.8 \
 		lib/libquantum.so.8.0.0
 
-GNU_CONFIGURE=	yes
-USES=		gmake libtool
-USE_LDCONFIG=	yes
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libquantum.so
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list