summaryrefslogtreecommitdiff
path: root/x11/mlterm/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-01-31 14:34:39 +0000
committeragc <agc@pkgsrc.org>2002-01-31 14:34:39 +0000
commit44610ffef84bfab80f8485fb79e0ddb87157002a (patch)
tree166d2a9686699402dabaaa9edbe99cd6d5eecdc5 /x11/mlterm/Makefile
parent4b09e0e89b2f142dc68422bdcd26a34f00b8d60c (diff)
downloadpkgsrc-44610ffef84bfab80f8485fb79e0ddb87157002a.tar.gz
Upgrade mlterm package from 2.0.0 to 2.2.0.
Provided in PR 15436 by Masao Uebayashi (uebayasi@soum.co.jp) - the patch files were modified by me to apply cleanly. Changes since 2.0.0: * variable length column is supported. * ISCII support codes are imported(but is not still supported formally). * fribidi 0.10.0 is supported. * Full Reset button is added to mlconfig. * color fading is supported. * big5 unstandard characters can be converted to and from ucs4. * cursor form is changed when window is focused or unfocused. * Background of color-reversed characters is drawn with fg color event under wall paper or tranparent mode. * ESC ] 20 ; pt BEL sequence is supported. * mlterm configuration protocol is decided and implemented. * w3mmlconfig(w3m local-CGI) is contributed by Sakamoto Hironori san. * mlconf_curses(perl + curses) is contributed by Minami Hirokazu san. * etc/{font|vfont|aafont|vaafont} format is changed. (Dynalab font can be shown correctly by using this extension) * some characters of CP932 based true type fonts couldn't be shown, but fixed. * CP932 gaiji characters (IBM , NEC , NECIBM) <=> UCS conversion is supported. * and many minor bugs are fixed.
Diffstat (limited to 'x11/mlterm/Makefile')
-rw-r--r--x11/mlterm/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile
index ff82e4c0643..51fd5dab41d 100644
--- a/x11/mlterm/Makefile
+++ b/x11/mlterm/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2001/12/30 20:19:56 agc Exp $
+# $NetBSD: Makefile,v 1.3 2002/01/31 14:34:39 agc Exp $
-DISTNAME= mlterm-2.0.0
+DISTNAME= mlterm-2.2.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/}
@@ -16,9 +16,9 @@ USE_BUILDLINK_ONLY= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-LIBTOOL_OVERRIDE= ${WRKSRC}/autoconf/libtool
-LIBTOOL_OVERRIDE+= ${WRKSRC}/kiklib/autoconf/libtool
-LIBTOOL_OVERRIDE+= ${WRKSRC}/mkf/autoconf/libtool
+LIBTOOL_OVERRIDE= ${WRKSRC}/autoconf/ltmain.sh
+LIBTOOL_OVERRIDE+= ${WRKSRC}/kiklib/autoconf/ltmain.sh
+LIBTOOL_OVERRIDE+= ${WRKSRC}/mkf/autoconf/ltmain.sh
.include "../../devel/glib/buildlink.mk"
.include "../../x11/gtk/buildlink.mk"