Convert to USES=libtool
This commit is contained in:
parent
97db78bd7f
commit
30c23956f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361238
2 changed files with 4 additions and 4 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= libquantum
|
||||
PORTVERSION= 1.1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= http://www.libquantum.de/files/
|
||||
|
||||
|
@ -10,8 +11,7 @@ MAINTAINER= wenheping@gmail.com
|
|||
COMMENT= C library for quantum computing and quantum simulation
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= gmake
|
||||
USES= gmake libtool
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
include/quantum.h
|
||||
lib/libquantum.a
|
||||
lib/libquantum.la
|
||||
lib/libquantum.so
|
||||
lib/libquantum.so.7
|
||||
include/quantum.h
|
||||
lib/libquantum.so.7.0.0
|
||||
|
|
Loading…
Reference in a new issue