blob: dd9b9c731e08b853906a78690c27724d6c550018 (
plain) (
blame)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
PORTNAME= cone
PORTVERSION= 1.6
CATEGORIES= mail
# This is for beta versions, leave it in please:
#MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/ \
# http://www.lerctr.org/~ler/
# This is for release versions, leave it in please:
MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Console based mail client with POP3/IMAP/SMAP support
WWW= https://www.courier-mta.org/cone/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING.GPL
LIB_DEPENDS= libaspell.so:textproc/aspell \
libidn.so:dns/libidn \
libcourier-unicode.so:devel/courier-unicode \
libldap_r.so:net/openldap24-client
BUILD_DEPENDS= gpgv:security/gnupg1
RUN_DEPENDS= gpgv:security/gnupg1
USES= compiler:c++11-lang fam gettext gmake gnome iconv \
localbase:ldflags ncurses perl5 pkgconfig shebangfix ssl \
tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-certdb=${PREFIX}/share/cone/rootcerts --exec-prefix=${PREFIX} \
--with-notice=unicode
SHEBANG_FILES= sysconftool
USE_GNOME= libxml2
INSTALL_TARGET= install-strip
CPPFLAGS+= -D_XOPEN_SOURCE_EXTENDED
OPTIONS_DEFINE= DOCS
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/leaf
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mailtool
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/cone
${INSTALL_SCRIPT} ${WRKSRC}/sysconftool ${STAGEDIR}${PREFIX}/sbin/cone-sysconftool
@${RM} ${STAGEDIR}${PREFIX}/share/cone/rootcerts/.0
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
|