aboutsummaryrefslogtreecommitdiffstats
path: root/editors/pico
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2006-08-28 14:03:13 +0800
committerdougb <dougb@FreeBSD.org>2006-08-28 14:03:13 +0800
commit9011a9fd67104b95834d33e4db2646106dd97d9d (patch)
treec0787827c32c040288125c55135886260639e407 /editors/pico
parent5d209b076163de862e5d3b832f9e60a1459feeca (diff)
downloadfreebsd-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 'editors/pico')
-rw-r--r--editors/pico/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile
index d0ebdb26e8b3..16a9fc4eee70 100644
--- a/editors/pico/Makefile
+++ b/editors/pico/Makefile
@@ -22,9 +22,16 @@ DISTNAME= pine${PORTVERSION}
MAINTAINER= DougB@FreeBSD.org
COMMENT= PIne's message COmposition editor
+OPTIONS= ISPELL "Use ispell as the spell checker" on \
+ NO_SPELLER "Do not use a spell checker" off
+
+.include <bsd.port.pre.mk>
+
+.if !defined(WITH_NO_SPELLER)
.if !defined(WITHOUT_ISPELL)
RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
.endif
+.endif
WRKSRC= ${WRKDIR}/pine${PORTVERSION}/pico
PATCH_WRKSRC= ${WRKSRC}/..
@@ -44,4 +51,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pico ${PREFIX}/bin/pico
${INSTALL_MAN} ${WRKSRC}/../doc/pico.1 ${PREFIX}/man/man1/pico.1
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>