diff options
author | Doug Barton <dougb@FreeBSD.org> | 2006-08-28 06:03:13 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2006-08-28 06:03:13 +0000 |
commit | f7b8b9e6a376ecf0c349bb960d3f63338d475bda (patch) | |
tree | 5dd8b87e81158687554508e441199cdb7d62eddc /mail/pine4 | |
parent | e89f5385b37dede91e9f7a298a1f54878584ee09 (diff) | |
download | ports-f7b8b9e6a376ecf0c349bb960d3f63338d475bda.tar.gz ports-f7b8b9e6a376ecf0c349bb960d3f63338d475bda.zip |
Notes
Diffstat (limited to 'mail/pine4')
-rw-r--r-- | mail/pine4/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile index bb3702b62e60..69ba43f89753 100644 --- a/mail/pine4/Makefile +++ b/mail/pine4/Makefile @@ -21,9 +21,13 @@ DISTNAME= pine${PORTVERSION} MAINTAINER= DougB@FreeBSD.org COMMENT= PINE(tm) -- a Program for Internet News & Email -.if !defined(WITHOUT_ISPELL) -RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell -.endif +OPTIONS= PICO "Build and install pico, the default editor" on \ + LDAP "Add support for LDAP" off \ + IPV6 "Add support for IPv6" off + +USE_OPENSSL= yes + +.include <bsd.port.pre.mk> .if !defined(WITHOUT_PICO) RUN_DEPENDS+= pico:${PORTSDIR}/editors/pico @@ -42,7 +46,6 @@ EXTRA_OPTS= LDAPLIBS="-L${LOCALBASE}/lib -lldap -llber" .if defined(WITHOUT_SSL) MAKE_ARGS+= SSLTYPE=none .else -USE_OPENSSL= yes EXTRA_OPTS+= SSLINCLUDE=${OPENSSLINC} SSLLIB=${OPENSSLLIB} .if defined(WITH_SSL_AND_PLAINTEXT) EXTRA_OPTS+= SSLTYPE=unix @@ -127,4 +130,4 @@ post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |