741aecb607
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.
21 lines
587 B
Makefile
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"
|