diff options
author | adam <adam@pkgsrc.org> | 2010-03-08 12:35:54 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-03-08 12:35:54 +0000 |
commit | fb288bf6eb6aef1ae3a4649e444068cf48ab5529 (patch) | |
tree | f1da9ef84cfaff83940979ba0ba450037ece4afd /graphics/ocrad/Makefile | |
parent | d78c4941bfebc357831654a67f8d5d42ce63d516 (diff) | |
download | pkgsrc-fb288bf6eb6aef1ae3a4649e444068cf48ab5529.tar.gz |
Changes 0.19:
* A library interface has been added.
* The option "--crop" has been replaced with the similar but different
option "--cut", which can accept coordinates taken from the ORF file.
* Recognition of files with a single character and without white space at
the edges has been fixed.
* Lintian warnings in Debian about man pages have been fixed.
Diffstat (limited to 'graphics/ocrad/Makefile')
-rw-r--r-- | graphics/ocrad/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/graphics/ocrad/Makefile b/graphics/ocrad/Makefile index 5c4a5f8e46d..1641cb0eeba 100644 --- a/graphics/ocrad/Makefile +++ b/graphics/ocrad/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.6 2009/07/11 08:05:06 obache Exp $ -# +# $NetBSD: Makefile,v 1.7 2010/03/08 12:35:54 adam Exp $ -DISTNAME= ocrad-0.18 -CATEGORIES= graphics -MASTER_SITES= http://ftp.gnu.org/gnu/ocrad/ +DISTNAME= ocrad-0.19 +CATEGORIES= graphics +MASTER_SITES= http://ftp.gnu.org/gnu/ocrad/ -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.gnu.org/software/ocrad/ocrad.html -COMMENT= GNU OCR (Optical Character Recognition) program -LICENSE= gnu-gpl-v3 +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.gnu.org/software/ocrad/ocrad.html +COMMENT= GNU OCR (Optical Character Recognition) program + +LICENSE= gnu-gpl-v3 PKG_DESTDIR_SUPPORT= user-destdir @@ -18,6 +18,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR} CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR} +CONFIGURE_ENV+= CXXFLAGS=${CXXFLAGS:Q} INFO_FILES= yes TEST_TARGET= check |