c166824a3b
----------------------------- History: (Changes,ChangeLog) 0.48 Jul09 fix buffer overflow introduced in 0.46 for filenames add codabar barcode fix bug, removing melted serifs add patch by Chris Lee, i25 barcode recognition + modifications fix some false positive numbers "34" (video, gas meter) fix problems with 2zZ4 for 10x10 screen font better debug output for :;,. remove examples, doc and libs part from configure (see below) remove doc and examples from the (make install) part to reduce dependencies (gs and transfig is not needed for rpm/ebuild) gocr only may depend from netpbm, but can live without too this will help to install gocr on "exotic" (nonlinux) platforms fix gentoo app-text/gocr Bug 243250 src/Makefile: $(CC) $(LDFLAGS) ...
24 lines
655 B
Makefile
24 lines
655 B
Makefile
# $NetBSD: Makefile,v 1.18 2016/07/24 23:59:55 mef Exp $
|
|
|
|
DISTNAME= gocr-0.48
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jocr/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://sourceforge.net/projects/jocr
|
|
COMMENT= GOCR is a set of OCR tools
|
|
LICENSE= gnu-gpl-v1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
CONFIGURE_HAS_MANDIR= no
|
|
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
|
|
CONFIGURE_ARGS+= --with-netpbm=${BUILDLINK_PREFIX.netpbm}
|
|
|
|
INSTALLATION_DIRS= bin include lib ${PKGMANDIR}/man1
|
|
INSTALL_MAKE_FLAGS+= DESTDIR=${DESTDIR}
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../graphics/netpbm/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|