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
ef2ec07cbc
commit
67be5ea88d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365094
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= timbl
|
||||
PORTVERSION= 6.4.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://ilk.uvt.nl/downloads/pub/software/
|
||||
|
||||
@ -13,9 +13,8 @@ COMMENT= Tilburg Memory Based Learner
|
||||
LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake pathfix pkgconfig
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= gmake libtool pathfix pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-patch:
|
||||
|
@ -25,9 +25,9 @@ include/timbl/Types.h
|
||||
include/timbl/XMLtools.h
|
||||
include/timbl/neighborSet.h
|
||||
lib/libtimbl.a
|
||||
lib/libtimbl.la
|
||||
lib/libtimbl.so
|
||||
lib/libtimbl.so.3
|
||||
lib/libtimbl.so.3.0.0
|
||||
libdata/pkgconfig/timbl.pc
|
||||
%%EXAMPLESDIR%%/cross_val.test
|
||||
%%EXAMPLESDIR%%/dimin.script
|
||||
|
Loading…
Reference in New Issue
Block a user