diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-12-20 18:19:01 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-12-20 18:19:01 +0000 |
commit | e080f4a05ca195369379d93c5220ec3c4be55de6 (patch) | |
tree | 81ebe7d29e79839c66aefdc674b658e0ac85f6e2 /mail/cclient | |
parent | 38ee8f36a5602e49e841025baa3050378615c691 (diff) |
- Reword COMMENT
- Remove .include <bsd.port.options.mk>
- Cosmetic change: gather build-related knobs
Notes
Notes:
svn path=/head/; revision=375073
Diffstat (limited to 'mail/cclient')
-rw-r--r-- | mail/cclient/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/mail/cclient/Makefile b/mail/cclient/Makefile index caeb2528add5..4a2701b74ec1 100644 --- a/mail/cclient/Makefile +++ b/mail/cclient/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= . old DISTNAME= imap-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= Mark Crispin's C-client mail access routines +COMMENT= C-client mail access routines by Mark Crispin LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt @@ -26,19 +26,18 @@ OPTIONS_DEFAULT= SSL SSL_AND_PLAINTEXT_DESC= Allow plain text passwords and SSL MBX_DEFAULT_DESC= Use MBX as default mailbox format +ALL_TARGET= bsf MAKE_JOBS_UNSAFE= yes +USE_LDCONFIG= yes -.include <bsd.port.options.mk> +SSL_USE= OPENSSL=yes + +.include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MSSL} -USE_OPENSSL= yes PKGMESSAGE= pkg-message-ssl .endif -.include <bsd.port.pre.mk> - -USE_LDCONFIG= yes -ALL_TARGET= bsf .if ! ${PORT_OPTIONS:MSSL} MAKE_ARGS+= SSLTYPE=none SSLDIR=${OPENSSLBASE} .else |