Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= cone |
8 |
PORTNAME= cone |
9 |
PORTVERSION= 0.64 |
9 |
PORTVERSION= 0.65 |
10 |
CATEGORIES= mail |
10 |
CATEGORIES= mail |
11 |
# This is for beta versions, leave it in please: |
11 |
# This is for beta versions, leave it in please: |
12 |
#MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/ |
12 |
#MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/ |
Lines 17-30
Link Here
|
17 |
MAINTAINER= ports@FreeBSD.org |
17 |
MAINTAINER= ports@FreeBSD.org |
18 |
COMMENT= Console based mail client with POP3/IMAP/SMAP support |
18 |
COMMENT= Console based mail client with POP3/IMAP/SMAP support |
19 |
|
19 |
|
20 |
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ |
20 |
LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell |
21 |
aspell.16:${PORTSDIR}/textproc/aspell |
|
|
22 |
BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg |
21 |
BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg |
23 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
22 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
24 |
|
23 |
|
25 |
USE_FAM= yes |
24 |
USE_FAM= yes |
26 |
USE_GETTEXT= yes |
25 |
USE_GETTEXT= yes |
27 |
USE_ICONV= yes |
26 |
USE_ICONV= yes |
|
|
27 |
USE_GNOME= libxml2 |
28 |
|
28 |
|
29 |
USE_BZIP2= yes |
29 |
USE_BZIP2= yes |
30 |
USE_PERL5= yes |
30 |
USE_PERL5= yes |
Lines 50-56
Link Here
|
50 |
.include <bsd.port.pre.mk> |
50 |
.include <bsd.port.pre.mk> |
51 |
|
51 |
|
52 |
.if ${OSVERSION} < 502010 |
52 |
.if ${OSVERSION} < 502010 |
53 |
IGNORE= "port not supported on FreeBSD versions before 5.2.1-RELEASE" |
53 |
IGNORE= Port not supported on FreeBSD versions before 5.2.1-RELEASE |
54 |
.endif |
54 |
.endif |
55 |
|
55 |
|
56 |
.include <bsd.port.post.mk> |
56 |
.include <bsd.port.post.mk> |