Lines 6-19
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= imap |
8 |
PORTNAME= imap |
9 |
PORTVERSION= 2002 |
9 |
PORTVERSION= 2002c1 |
10 |
PORTREVISION= 1 |
|
|
11 |
PORTEPOCH= 1 |
10 |
PORTEPOCH= 1 |
12 |
CATEGORIES= mail |
11 |
CATEGORIES= mail |
13 |
MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \ |
12 |
MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \ |
14 |
ftp://ftp.nuug.no/pub/anders/distfiles/%SUBDIR%/ \ |
13 |
ftp://ftp.ayamura.org/pub/uw-imap/%SUBDIR%/ \ |
15 |
http://atreides.freenix.no/~anders/%SUBDIR%/ \ |
14 |
ftp://ftp.ukc.mirror.ac.uk/sites/ftp.cac.washington.edu/mail/%SUBDIR%/ \ |
16 |
ftp://ftp.funet.fi/pub/mirrors/ftp.cac.washington.edu/mail/%SUBDIR%/ |
15 |
ftp://ftp.funet.fi/pub/mirrors/ftp.cac.washington.edu/mail/%SUBDIR%/ |
|
|
16 |
MASTER_SITE_SUBDIR= . old |
17 |
PKGNAMESUFFIX= -uw |
17 |
PKGNAMESUFFIX= -uw |
18 |
DISTNAME= imap-${PORTVERSION} |
18 |
DISTNAME= imap-${PORTVERSION} |
19 |
EXTRACT_SUFX= .tar.Z |
19 |
EXTRACT_SUFX= .tar.Z |
Lines 55-64
Link Here
|
55 |
|
55 |
|
56 |
.include <bsd.port.pre.mk> |
56 |
.include <bsd.port.pre.mk> |
57 |
|
57 |
|
58 |
pre-extract: |
|
|
59 |
@${SH} ${PKGREQ}.rev ${LOCALBASE}/include/c-client/portrevision.h ${PORTVERSION} |
60 |
|
61 |
pre-build: |
58 |
pre-build: |
|
|
59 |
@${SH} ${PKGREQ}.rev ${LOCALBASE}/include/c-client/portrevision.h ${PORTVERSION} |
62 |
.if !defined(WITHOUT_SSL) |
60 |
.if !defined(WITHOUT_SSL) |
63 |
@${SH} ${PKGREQ}.ssl ${LOCALBASE}/include/c-client/portrevision.h yes |
61 |
@${SH} ${PKGREQ}.ssl ${LOCALBASE}/include/c-client/portrevision.h yes |
64 |
.else |
62 |
.else |