17 lines
447 B
Makefile
17 lines
447 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/07/17 22:54:16 grant Exp $
|
|
|
|
DISTNAME= gocr-0.37
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jocr/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://sourceforge.net/projects/jocr
|
|
COMMENT= GOCR is s set set of OCR tools
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAKE_ENV+= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}
|
|
CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|