Lines 6-19
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= pike76 |
8 |
PORTNAME= pike76 |
9 |
PORTVERSION= 7.6.104 |
9 |
PORTVERSION= 7.6.108 |
10 |
CATEGORIES= lang |
10 |
CATEGORIES= lang |
11 |
MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \ |
11 |
MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \ |
|
|
12 |
http://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \ |
12 |
ftp://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \ |
13 |
ftp://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \ |
|
|
14 |
http://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \ |
13 |
ftp://ftp.oav.net/pike/7.6/ \ |
15 |
ftp://ftp.oav.net/pike/7.6/ \ |
14 |
ftp://ftp.caudium.net/pike/official_releases/${PORTVERSION}/ \ |
16 |
ftp://ftp.caudium.net/pike/official_releases/${PORTVERSION}/ |
15 |
ftp://ftp.us.caudium.net/pub/pike/7.6/ \ |
|
|
16 |
ftp://ftp.us.caudium.net/pub/pike/official_releases/${PORTVERSION}/ |
17 |
DISTNAME= Pike-v${PORTVERSION} |
17 |
DISTNAME= Pike-v${PORTVERSION} |
18 |
|
18 |
|
19 |
MAINTAINER= kiwi@oav.net |
19 |
MAINTAINER= kiwi@oav.net |
Lines 22-28
Link Here
|
22 |
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ |
22 |
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ |
23 |
tiff.4:${PORTSDIR}/graphics/tiff \ |
23 |
tiff.4:${PORTSDIR}/graphics/tiff \ |
24 |
gdbm.3:${PORTSDIR}/databases/gdbm \ |
24 |
gdbm.3:${PORTSDIR}/databases/gdbm \ |
25 |
fftw.2:${PORTSDIR}/math/fftw \ |
|
|
26 |
pcre.0:${PORTSDIR}/devel/pcre \ |
25 |
pcre.0:${PORTSDIR}/devel/pcre \ |
27 |
nettle.2:${PORTSDIR}/security/nettle \ |
26 |
nettle.2:${PORTSDIR}/security/nettle \ |
28 |
mird.1:${PORTSDIR}/databases/mird |
27 |
mird.1:${PORTSDIR}/databases/mird |
Lines 38-44
Link Here
|
38 |
SANE "Add SANE support" off \ |
37 |
SANE "Add SANE support" off \ |
39 |
PDF "Add PDF support" off \ |
38 |
PDF "Add PDF support" off \ |
40 |
SVG2 "Add SVG2 support" off \ |
39 |
SVG2 "Add SVG2 support" off \ |
41 |
TDS "Add FreeTDS (Sybase and MSSQL) support" off |
40 |
TDS "Add FreeTDS (Sybase and MSSQL) support" off \ |
|
|
41 |
FFTW "Add libFFTW support" off |
42 |
|
42 |
|
43 |
MAN1= pike.1 |
43 |
MAN1= pike.1 |
44 |
|
44 |
|
Lines 128-133
Link Here
|
128 |
CONFIGURE_ARGS+= --with-ffmpeg |
128 |
CONFIGURE_ARGS+= --with-ffmpeg |
129 |
.else |
129 |
.else |
130 |
CONFIGURE_ARGS+= --without-ffmpeg |
130 |
CONFIGURE_ARGS+= --without-ffmpeg |
|
|
131 |
.endif |
132 |
|
133 |
.if defined(WITH_FFTW) |
134 |
LIB_DEPENDS+= fftw.2:${PORTSDIR}/math/fftw |
131 |
.endif |
135 |
.endif |
132 |
|
136 |
|
133 |
.if defined(WITH_TTF) |
137 |
.if defined(WITH_TTF) |