pkgsrc/graphics/ocrad/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:43 +00:00

24 lines
627 B
Makefile

# $NetBSD: Makefile,v 1.10 2020/01/18 23:32:16 rillig Exp $
DISTNAME= ocrad-0.21
CATEGORIES= graphics
MASTER_SITES= http://ftp.gnu.org/gnu/ocrad/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.gnu.org/software/ocrad/ocrad.html
COMMENT= GNU OCR (Optical Character Recognition) program
LICENSE= gnu-gpl-v3
USE_LANGUAGES= c++
USE_PKGLOCALEDIR= yes
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
.include "../../mk/bsd.pkg.mk"