1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

- Pass prefix, exec_prefix, and DISTDIR to make so it won't be broken when

we set --mandir and --infodir for GNU_CONFIGURE
- Reset maintainer per request

Approved by:	Kay Lehmann <kay_lehmann at web.de> (maintainer)
This commit is contained in:
Rong-En Fan 2007-07-22 16:17:20 +00:00
parent 224d214f79
commit 917daa0bce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196060

View File

@ -12,7 +12,7 @@ CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= jocr
MAINTAINER= kay_lehmann@web.de
MAINTAINER= ports@FreeBSD.org
COMMENT= GOCR/JOCR is an OCR (Optical Character Recognition) program
LIB_DEPENDS= netpbm.1:${PORTSDIR}/graphics/netpbm
@ -20,6 +20,7 @@ LIB_DEPENDS= netpbm.1:${PORTSDIR}/graphics/netpbm
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-netpbm=${LOCALBASE}
MAKE_ARGS= prefix=${PREFIX} exec_prefix=${PREFIX} DESTDIR=${DESTDIR}
.if !defined(WITHOUT_X11)
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84