2018-03-29 20:56:13 +00:00

29 lines
568 B
Makefile

# $OpenBSD: Makefile,v 1.36 2018/03/29 20:56:13 jturner Exp $
COMMENT = minimal CGI library for web applications
DISTNAME = kcgi-0.10.2
CATEGORIES = www
MAINTAINER = James Turner <james@calminferno.net>
HOMEPAGE = https://kristaps.bsd.lv/kcgi/
MASTER_SITES = https://kristaps.bsd.lv/kcgi/snapshots/
EXTRACT_SUFX = .tgz
# ISC
PERMIT_PACKAGE_CDROM = Yes
# uses pledge()
WANTLIB += c
CONFIGURE_STYLE = simple
USE_GMAKE = Yes
MAKE_FILE = GNUmakefile
MAKE_FLAGS = PREFIX="${PREFIX}"
TEST_DEPENDS = net/curl
TEST_TARGET = regress
.include <bsd.port.mk>