File: Makefile

package info (click to toggle)
sbox-dtc 1.11.7-1.1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 340 kB
  • sloc: ansic: 1,290; sh: 414; makefile: 114
file content (36 lines) | stat: -rw-r--r-- 1,100 bytes parent folder | download | duplicates (2)
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
35
36
# Ports collection makefile for:        sbox-dtc
# Date created:                 12 January 2005
# Whom:                         Thomas Goirand (thomas [ at ] goirand.fr)
#
# $FreeBSD$
#

PORTNAME=	sbox-dtc
PORTVERSION=	1.11.6
CATEGORIES=	www
MASTER_SITES=	ftp://ftp.gplhost.sg/pub/sbox/bsd/ \
		ftp://qala-sg.apt-proxy.gplhost.sg/pub/sbox/bsd/ \
		ftp://601.apt-proxy.gplhost.com/pub/sbox/bsd/ \
		ftp://seattle.apt-proxy.gplhost.com/pub/sbox/bsd/ \
		ftp://ftp.gplhost.com/pub/sbox/bsd/ \
		ftp://ftp.gplhost.co.uk/pub/sbox/bsd/ \
		ftp://ftp.gplhost.fr/pub/sbox/bsd/ \
		ftp://972.apt-proxy.gplhost.com/pub/sbox/bsd/ \
		http://ftp.gplhost.fr/pub/sbox/bsd/

MAINTAINER=	thomas@goirand.fr
COMMENT=	A CGI wrapper for Web site hosting services to safely grant CGI
RUN_DEPENDS=	${LOCALBASE}/sbin/httpd:${PORTSDIR}/${APACHE_PORT}

PLIST_FILES=	www/cgi-bin/sbox

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

.if defined(WITH_APACHE2)
IGNORE=		Untested
.endif

.include <bsd.port.mk>