Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= dansguardian |
8 |
PORTNAME= dansguardian |
9 |
PORTVERSION= 2.7.7.8 |
9 |
PORTVERSION= 2.7.7.9 |
10 |
CATEGORIES= www |
10 |
CATEGORIES= www |
11 |
MASTER_SITES= # empty, see below |
11 |
MASTER_SITES= # empty, see below |
12 |
DISTNAME= DansGuardian-${PORTVERSION:R}-${PORTVERSION:E}.source |
12 |
DISTNAME= DansGuardian-${PORTVERSION:R}-${PORTVERSION:E}.source |
Lines 34-41
Link Here
|
34 |
--piddir=/var/run/ |
34 |
--piddir=/var/run/ |
35 |
MAN8= dansguardian.8 |
35 |
MAN8= dansguardian.8 |
36 |
|
36 |
|
37 |
OPTIONS= DG_GCC3 "Compile using GCC 3.x on FreeBSD 4.x." off \ |
37 |
OPTIONS= DG_GCC3 "Compile using GCC 3.3 on FreeBSD 4.x." off \ |
38 |
DG_PHRASELISTS "Install new phraselists." off |
38 |
DG_PHRASELISTS "Install new phraselists. (Overwrites existing.)" off |
39 |
|
39 |
|
40 |
DG_URL= http://dansguardian.org/index.php?page=copyright2 |
40 |
DG_URL= http://dansguardian.org/index.php?page=copyright2 |
41 |
CONFDIR= ${PREFIX}/etc/dansguardian |
41 |
CONFDIR= ${PREFIX}/etc/dansguardian |
Lines 49-54
Link Here
|
49 |
# On FreeBSD 4.x, user can choose which GCC version to use |
49 |
# On FreeBSD 4.x, user can choose which GCC version to use |
50 |
.if ${OSVERSION} > 500000 || defined(WITH_DG_GCC3) |
50 |
.if ${OSVERSION} > 500000 || defined(WITH_DG_GCC3) |
51 |
CONFIGURE_ARGS+= --gccver=3 |
51 |
CONFIGURE_ARGS+= --gccver=3 |
|
|
52 |
USE_GCC= 3.3 |
52 |
.else |
53 |
.else |
53 |
CONFIGURE_ARGS+= --gccver=2 |
54 |
CONFIGURE_ARGS+= --gccver=2 |
54 |
.endif |
55 |
.endif |