diff options
author | dougb <dougb@FreeBSD.org> | 2006-08-28 14:03:13 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2006-08-28 14:03:13 +0800 |
commit | 9011a9fd67104b95834d33e4db2646106dd97d9d (patch) | |
tree | c0787827c32c040288125c55135886260639e407 /mail/pine4 | |
parent | 5d209b076163de862e5d3b832f9e60a1459feeca (diff) | |
download | freebsd-ports-gnome-9011a9fd67104b95834d33e4db2646106dd97d9d.tar.gz freebsd-ports-gnome-9011a9fd67104b95834d33e4db2646106dd97d9d.tar.zst freebsd-ports-gnome-9011a9fd67104b95834d33e4db2646106dd97d9d.zip |
Add OPTIONS to the rest of my ports that need them.
Add CONFLICTS to the bind* ports.
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> |