aboutsummaryrefslogtreecommitdiff
path: root/mail/pine4
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2006-08-28 06:03:13 +0000
committerDoug Barton <dougb@FreeBSD.org>2006-08-28 06:03:13 +0000
commitf7b8b9e6a376ecf0c349bb960d3f63338d475bda (patch)
tree5dd8b87e81158687554508e441199cdb7d62eddc /mail/pine4
parente89f5385b37dede91e9f7a298a1f54878584ee09 (diff)
downloadports-f7b8b9e6a376ecf0c349bb960d3f63338d475bda.tar.gz
ports-f7b8b9e6a376ecf0c349bb960d3f63338d475bda.zip
Notes
Diffstat (limited to 'mail/pine4')
-rw-r--r--mail/pine4/Makefile13
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>