pkgsrc/editors/gate/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

26 lines
723 B
Makefile

# $NetBSD: Makefile,v 1.6 2020/01/26 17:31:06 rillig Exp $
#
DISTNAME= gate-2.06
PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://www.unixpapa.com/software/
MAINTAINER= hugor@users.sourceforge.net
HOMEPAGE= https://www.unixpapa.com/gate.html
COMMENT= Lightweight text editor
GNU_CONFIGURE= yes
BUILD_TARGET= # empty
INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} \
mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}
SUBST_CLASSES+= getline
SUBST_STAGE.getline= pre-configure
SUBST_MESSAGE.getline= Fixing conflict with POSIX getline.
SUBST_FILES.getline= gate.h line.c main.c spel.c subs.c
SUBST_SED.getline= -e 's/getline/get_line/'
.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"