mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
1: Stagify.
2: new syntax of LIB_DEPENDS. Approved by: portmgr@ (blanket)
This commit is contained in:
parent
8f659c1de7
commit
1fb5b0cacf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361442
1 changed files with 6 additions and 7 deletions
|
@ -10,11 +10,11 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||||
MAINTAINER= hiroto.kagotani@gmail.com
|
MAINTAINER= hiroto.kagotani@gmail.com
|
||||||
COMMENT= The OCRopus(tm) open source document analysis and OCR system
|
COMMENT= The OCRopus(tm) open source document analysis and OCR system
|
||||||
|
|
||||||
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
|
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
|
||||||
jpeg.11:${PORTSDIR}/graphics/jpeg \
|
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||||
tiff.4:${PORTSDIR}/graphics/tiff \
|
libtiff.so:${PORTSDIR}/graphics/tiff \
|
||||||
iulib.0:${PORTSDIR}/graphics/iulib \
|
libiulib.so:${PORTSDIR}/graphics/iulib \
|
||||||
gsl:${PORTSDIR}/math/gsl
|
libgsl.so:${PORTSDIR}/math/gsl
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/ocropus-0.4/ocropus
|
WRKSRC= ${WRKDIR}/ocropus-0.4/ocropus
|
||||||
|
|
||||||
|
@ -31,7 +31,6 @@ CONFIGURE_ARGS= --without-fst --without-tesseract --with-iulib=${LOCALBASE}
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MSDL}
|
.if ${PORT_OPTIONS:MSDL}
|
||||||
|
@ -41,7 +40,7 @@ CONFIGURE_ARGS+=--without-SDL
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MLEPTONICA}
|
.if ${PORT_OPTIONS:MLEPTONICA}
|
||||||
LIB_DEPENDS+= lept:${PORTSDIR}/graphics/leptonica
|
LIB_DEPENDS+= liblept.so:${PORTSDIR}/graphics/leptonica
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ARGS+=--without-leptonica
|
CONFIGURE_ARGS+=--without-leptonica
|
||||||
.endif
|
.endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue