aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/tk82
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-06-11 04:05:52 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-06-11 04:05:52 +0000
commit7f21765ca53eaf3a1fccb48ff2e8cf4fb959975a (patch)
treeef31276220c2032907672c60ee08bf4e79aac6b6 /x11-toolkits/tk82
parent08d0acafb8c32cf74a736721334ebebb0fbc1b19 (diff)
Notes
Diffstat (limited to 'x11-toolkits/tk82')
-rw-r--r--x11-toolkits/tk82/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/x11-toolkits/tk82/Makefile b/x11-toolkits/tk82/Makefile
index 22f33d30cc8f..e38f5f70f8b7 100644
--- a/x11-toolkits/tk82/Makefile
+++ b/x11-toolkits/tk82/Makefile
@@ -35,11 +35,12 @@ PLIST_SUB= TK_VER=${TK_VER} SHORT_TK_VER=${SHORT_TK_VER}
TCL82_PORT?= lang/tcl82
MANCOMPRESSED= no
-OPTIONS= TK82_MAN "Install tk 8.2 manpages" off
+OPTIONS_DEFINE= TK82_MAN
+TK82_MAN_DESC= Install tk 8.2 manpages
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
-.if !defined(NO_INSTALL_MANPAGES) && defined(WITH_TK82_MAN)
+.if !defined(NO_INSTALL_MANPAGES) && ${PORT_OPTIONS:MTK82_MAN}
MAN1= wish.1
MAN3= 3DBorder.3 BindTable.3 CanvPsY.3 CanvTkwin.3 CanvTxtInfo.3 \
@@ -321,11 +322,11 @@ post-configure:
post-install:
${INSTALL_DATA} ${FILESDIR}/pkgIndex.tcl ${PREFIX}/lib/tk${TK_VER}/
-.if !defined(NO_INSTALL_MANPAGES) && defined(WITH_TK82_MAN)
+.if !defined(NO_INSTALL_MANPAGES) && ${PORT_OPTIONS:MTK82_MAN}
@cd ${WRKSRC} && ${MAKE} -f Makefile install-doc
.endif
test:
cd ${WRKSRC}; make test
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>