aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/blt/Makefile
diff options
context:
space:
mode:
authorkjc <kjc@FreeBSD.org>2005-02-27 00:04:30 +0800
committerkjc <kjc@FreeBSD.org>2005-02-27 00:04:30 +0800
commit8993013c8776dd60a8723bc2bdd4ac40d1e849a8 (patch)
tree78a218de3195ab0fe8e3b4ae0ba9b1d3c333f856 /x11-toolkits/blt/Makefile
parentceb511b6220c92adfa7a1cf8a4c6a3af0010be1d (diff)
downloadfreebsd-ports-gnome-8993013c8776dd60a8723bc2bdd4ac40d1e849a8.tar.gz
freebsd-ports-gnome-8993013c8776dd60a8723bc2bdd4ac40d1e849a8.tar.zst
freebsd-ports-gnome-8993013c8776dd60a8723bc2bdd4ac40d1e849a8.zip
do not install manpages for now to avoid conflicts.
update the maintainer's e-mail address while I'm here.
Diffstat (limited to 'x11-toolkits/blt/Makefile')
-rw-r--r--x11-toolkits/blt/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile
index abb2bde790ee..a731e17f1508 100644
--- a/x11-toolkits/blt/Makefile
+++ b/x11-toolkits/blt/Makefile
@@ -18,7 +18,7 @@ PATCH_SITES= ${MASTER_SITE_SOURCEFORGE:S/%SUBDIR%/${PORTNAME}/} \
PATCHFILES= blt2.4z-patch-2
PATCH_DIST_STRIP= -p1
-MAINTAINER= kjc@csl.sony.co.jp
+MAINTAINER= kjc@iijlab.net
COMMENT= A Tk extension (with shared libs)
LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84
@@ -35,16 +35,6 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \
--with-tkincls=${LOCALBASE}/include/tk${TK_VER}
INSTALLS_SHLIB= yes
-MANN= BLT.n barchart.n beep.n bgexec.n bitmap.n \
- bltdebug.n busy.n container.n cutbuffer.n dragdrop.n eps.n \
- graph.n hierbox.n hiertable.n htext.n spline.n \
- stripchart.n table.n tabset.n tree.n treeview.n tile.n \
- vector.n watch.n winop.n
-MAN3= Blt_Tree.3 Blt_TreeCreate.3 Blt_TreeCreateNode.3 \
- Blt_TreeDeleteNode.3 Blt_TreeExists.3 Blt_TreeGetNode.3 \
- Blt_TreeGetToken.3 Blt_TreeName.3 Blt_TreeNodeId.3 \
- Blt_TreeReleaseToken.3
-
TK_VER?= 8.4
.include <bsd.port.pre.mk>