pkgsrc/lang/pfe/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

29 lines
751 B
Makefile

# $NetBSD: Makefile,v 1.20 2020/01/18 23:32:44 rillig Exp $
DISTNAME= pfe-0.33.71
PKGREVISION= 13
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pfe/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= asau@inbox.ru
HOMEPAGE= https://pfe.sourceforge.net/
COMMENT= Portable FORTH Environment
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-testmodule
USE_LIBTOOL= yes
USE_TOOLS+= perl pkg-config
MAKE_ENV+= SHELL=${CONFIG_SHELL}
MAKE_JOBS_SAFE= no
BUILD_TARGET= all mans docs
INSTALL_TARGET= install install-mans install-docs
TEST_TARGET= tests
TOOL_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto # documentation
PYTHON_FOR_BUILD_ONLY= tool
.include "../../lang/python/pyversion.mk"
.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"