f100c128f9
Kill corresponding FAKE=Yes and switch to CONFIGURE_STYLE while I'm at it.
27 lines
539 B
Makefile
27 lines
539 B
Makefile
# Makefile for: cgichk
|
|
# Version required: 3.0
|
|
# Date created: 27 Oct 1999
|
|
# Whom: dugsong@monkey.org
|
|
#
|
|
# $OpenBSD: Makefile,v 1.6 2000/06/16 23:06:11 espie Exp $
|
|
|
|
PKGNAME= cgichk-3.0
|
|
|
|
DISTNAME= cgichk3
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= http://web.singnet.com.sg/~cksss/ \
|
|
http://www.securityfocus.com/data/tools/auditing/network/
|
|
|
|
MAINTAINER= dugsong@monkey.org
|
|
|
|
LICENSE_TYPE= GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|