pkgsrc/www/cgilib/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

24 lines
717 B
Makefile

# $NetBSD: Makefile,v 1.21 2020/01/26 17:32:20 rillig Exp $
#
DISTNAME= cgilib-0.7
CATEGORIES= www
MASTER_SITES= http://www.infodrom.org/projects/cgilib/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.infodrom.org/projects/cgilib/
COMMENT= Common gateway interface library
LICENSE= gnu-gpl-v2
INSTALLATION_DIRS= include lib ${PKGMANDIR}/man3 ${PKGMANDIR}/man5
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
CONFIGURE_ARGS+= --bindir=${PREFIX}/libexec/cgi-bin
INSTALLATION_DIRS= ${PREFIX}/share/examples/cgilib
post-install:
(cd ${WRKSRC}; \
${INSTALL_DATA} jumpto.c cgitest.c ${DESTDIR}${PREFIX}/share/examples/cgilib)
.include "../../mk/bsd.pkg.mk"