aboutsummaryrefslogtreecommitdiffstats
path: root/www/sbox-dtc/Makefile
blob: e5f4dc68745b9a31121c6cb400995ef4e47d4742 (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
# Ports collection makefile for:        dtc
# Date created:                 12 January 2005
# Whom:                         Thomas Goirand
#
# $FreeBSD$
#

PORTNAME=   sbox-dtc
PORTVERSION=    1.07.1
CATEGORIES= www
MASTER_SITES=   ftp://ftp.gplhost.com/pub/sbox-dtc/bsd/

MAINTAINER= thomas@goirand.fr
COMMENT=    A safe CGI wrapper

USE_APACHE= yes
CFLAGS+=    -DWEB_GROUP='\"nobody\"'
MAKE_ARGS=  CC="${CC}" COPTS="${CFLAGS}" \
        INSTALL_DIRECTORY=${PREFIX}/www/cgi-bin

PLIST_FILES=    www/cgi-bin/sbox

.if defined(WITH_APACHE2)
IGNORE=     Untested
.endif

.include <bsd.port.mk>