aboutsummaryrefslogtreecommitdiffstats
path: root/www/cgichk/Makefile
blob: b251f554984b013b3b861a59c7f121756c5d229f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:    cgichk
# Date created:         Jun 8, 2001
# Whom:             Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#

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>