- Clarify LICENSE
- Add LICENSE_FILE - Strip library
This commit is contained in:
parent
5c4f03ab8a
commit
00dc6d41c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404922
1 changed files with 9 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue