mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
ebefa6c8c1
commit
c5de0da9da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360272
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= tesseract
|
||||
PORTVERSION= 3.02.02
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
DISTFILES= tesseract-ocr-${PORTVERSION}${EXTRACT_SUFX}
|
||||
@ -21,6 +21,7 @@ DIST_SUBDIR= ${PORTNAME}
|
||||
PROJECTHOST= tesseract-ocr
|
||||
WRKSRC= ${WRKDIR}/tesseract-ocr
|
||||
|
||||
USES= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -33,9 +33,9 @@ bin/wordlist2dawg
|
||||
%%PORTDATA%%include/tesseract/unicharmap.h
|
||||
%%PORTDATA%%include/tesseract/unicharset.h
|
||||
lib/libtesseract.a
|
||||
lib/libtesseract.la
|
||||
lib/libtesseract.so
|
||||
lib/libtesseract.so.3
|
||||
lib/libtesseract.so.3.0.2
|
||||
man/man1/ambiguous_words.1.gz
|
||||
man/man1/cntraining.1.gz
|
||||
man/man1/combine_tessdata.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user