mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Add USES=libtool and INSTALL_TARGET=install-strip
This commit is contained in:
parent
43425a2c70
commit
0e92e90ae7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361258
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= bft
|
||||
PORTVERSION= 1.1.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= science parallel
|
||||
MASTER_SITES= http://research.edf.com/fichiers/fckeditor/Commun/Innovation/logiciels/code_saturne/Releases/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
|
||||
@ -14,9 +15,10 @@ LICENSE= LGPL21
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
USES= zip
|
||||
USES= libtool zip
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
TESTSBIN= bft_test bft_mem_usage_test bft_printf_test
|
||||
|
||||
|
@ -12,7 +12,7 @@ include/bft_sys_info.h
|
||||
include/bft_timer.h
|
||||
include/bft_version.h
|
||||
lib/libbft.a
|
||||
lib/libbft.la
|
||||
lib/libbft.so
|
||||
lib/libbft.so.1
|
||||
lib/libbft.so.1.0.0
|
||||
man/man1/bft-config.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user