head	1.8;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.02.29;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2007.11.08.16.25.39;	author tabthorpe;	state Exp;
branches;
next	1.6;

1.6
date	2007.05.26.20.34.19;	author kris;	state Exp;
branches;
next	1.5;

1.5
date	2006.05.13.04.41.08;	author edwin;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.20.19.15.23;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.04.14.05.41;	author markp;	state Exp;
branches;
next	1.2;

1.2
date	2002.11.04.03.17.29;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2001.06.08.04.23.40;	author markp;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	cgichk
# Date created:			Jun 8, 2001
# Whom:				Mark Pulford <mark@@kyne.com.au>
#
# $FreeBSD: head/www/cgichk/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	cgichk
PORTVERSION=	2.60
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	SF
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A web site vulnerability scanner

WRKSRC=		${WRKDIR}/${PORTNAME}
ALL_TARGET=	cgichk

post-patch:
	${REINPLACE_CMD} -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile
	${REINPLACE_CMD} -e \
		"s@@/etc/@@${PREFIX}/etc/@@g; s/#include <getopt.h>//g;" \
		${WRKSRC}/cgichk.h

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/cgichk ${PREFIX}/bin
	${INSTALL_DATA} ${WRKSRC}/cgichk.cfg ${PREFIX}/etc/cgichk.cfg.sample

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.7
log
@- Unbreak gcc42
- Update MASTER_SITES with SF macro
- Bump PORTREVISION

PR:		ports/117925
Submitted by:	Philippe Audeoud <jadawin tuxaco.net>
Approved by:	portmgr (erwin)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@BROKEN with gcc 4.2
@
text
@d10 1
d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
a20 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
BROKEN=		Broken with gcc 4.2
.endif

d34 1
a34 1
.include <bsd.port.post.mk>
@


1.5
log
@Remove USE_REINPLACE from categories starting with W
@
text
@d21 6
d40 1
a40 1
.include <bsd.port.mk>
@


1.4
log
@De-pkg-comment.
@
text
@a19 1
USE_REINPLACE=	yes
@


1.3
log
@Fix build after REINPLACE change.
Change MAINTAINER to ports.
@
text
@d16 1
@


1.2
log
@PERL -> REINPLACE
and USE_PERL5 in some places

Noticed by: bento
@
text
@d15 1
a15 1
MAINTAINER=	markp@@FreeBSD.org
d21 1
a21 1
pre-patch:
d24 1
a24 2
		"s@@/etc/@@${PREFIX}/etc/@@g; s/#include <getopt.h>//g; \
		s@@^(?=.+sys/socket.h)@@#include <sys/types.h>\n@@g;" \
@


1.1
log
@Add cgichk 2.60, a web site vulnerability scanner.

PR:		27808
Submitted by:	Mark Pulford <mark@@kyne.com.au>
Reviewed by:	will
@
text
@d19 1
d22 3
a24 2
	${PERL} -pi -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile
	${PERL} -pi -e "s@@/etc/@@${PREFIX}/etc/@@g; s/#include <getopt.h>//g; \
@

