pkgsrc/graphics/ocrad/Makefile
jlam 741aecb607 * Nuke all references to and definitions of INFO_DIR in package Makefiles
and replace with appropriate references to PKGINFODIR instead.

* Properly account for split info files during installation.

* Move info file listings directly into the package PLISTs.

This fixes info-file-related PLIST problems.
2006-03-20 18:15:37 +00:00

21 lines
587 B
Makefile

# $NetBSD: Makefile,v 1.4 2006/03/20 18:15:38 jlam Exp $
#
DISTNAME= ocrad-0.13
CATEGORIES= graphics
MASTER_SITES= http://ftp.gnu.org/gnu/ocrad/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/ocrad/ocrad.html
COMMENT= GNU OCR (Optical Character Recognition) program
USE_LANGUAGES= c++
USE_PKGLOCALEDIR= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
CONFIGURE_ARGS+= --infodir=${PREFIX:Q}/${PKGINFODIR:Q}
CONFIGURE_ARGS+= --mandir=${PREFIX:Q}/${PKGMANDIR:Q}
INFO_FILES= # PLIST
.include "../../mk/bsd.pkg.mk"