aboutsummaryrefslogtreecommitdiffstats
path: root/www/cgichk/Makefile
blob: 906dd5b8dc01cd928ed86c1bed6d4e18677292d8 (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
# New ports collection makefile for:    cgichk
# Date created:         Jun 8, 2001
# Whom:             Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#

PORTNAME=   cgichk
PORTVERSION=    2.60
CATEGORIES= www
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME=   ${PORTNAME}_${PORTVERSION}

MAINTAINER= markp@FreeBSD.org

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

pre-patch:
    ${PERL} -pi -e "s/^(CC|CFLAGS).+//g" ${WRKSRC}/Makefile
    ${PERL} -pi -e "s@/etc/@${PREFIX}/etc/@g; s/#include <getopt.h>//g; \
        s@^(?=.+sys/socket.h)@#include <sys/types.h>\n@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>