- Clarify LICENSE

- Add LICENSE_FILE
- Strip library
This commit is contained in:
Dmitry Marakasov 2015-12-31 10:57:57 +00:00
parent 5c4f03ab8a
commit 00dc6d41c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404922

View file

@ -3,13 +3,19 @@
PORTNAME= libquantum
PORTVERSION= 1.1.1
PORTREVISION= 1
CATEGORIES= science
MASTER_SITES= http://www.libquantum.de/files/
MAINTAINER= ports@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>