summaryrefslogtreecommitdiff
path: root/x11/mlterm/Makefile
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2002-03-15 11:23:16 +0000
committeruebayasi <uebayasi>2002-03-15 11:23:16 +0000
commitae74c5803f20a2e55b40c2eb8c40d1430717fbf4 (patch)
tree3f899e2ad9bc067cd447b7de7be593da82351104 /x11/mlterm/Makefile
parent5f314a7c702ee11a902e13321dcfe1e5458c7354 (diff)
downloadpkgsrc-ae74c5803f20a2e55b40c2eb8c40d1430717fbf4.tar.gz
Update to 2.3.1.
* Vertical view(both right to left and left to right) is supported. * Max number of pty windows is increased to 32. * Most settings of scrollbar(position,type,color etc) can be dynamically changed . * Number of extra dots between lines can be specified. * Brightness of wall picture and transparent background can be adjustied. * Mlterm can work as a daemon process , and mlclient which is a front end of mlt erm server is added. * Mlterm can handle multiple display connections. * utmp,wtmp is supported by utemper , login/logout functions , or directly operating BSD style utmp,wtmp files. (utemper support is contributed by Mike Fabian , and login/logout one is by Minami Hirokazu san. Thanks!) * Transparent background by _XROOTPMAP_ID(on kwin,icewm etc) is supported. * and many minor bugs are fixed.
Diffstat (limited to 'x11/mlterm/Makefile')
-rw-r--r--x11/mlterm/Makefile19
1 files changed, 14 insertions, 5 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile
index 51fd5dab41d..0a5923d96e5 100644
--- a/x11/mlterm/Makefile
+++ b/x11/mlterm/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2002/01/31 14:34:39 agc Exp $
+# $NetBSD: Makefile,v 1.4 2002/03/15 11:23:16 uebayasi Exp $
-DISTNAME= mlterm-2.2.0
+DISTNAME= mlterm-2.3.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/}
@@ -16,9 +16,18 @@ USE_BUILDLINK_ONLY= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-LIBTOOL_OVERRIDE= ${WRKSRC}/autoconf/ltmain.sh
-LIBTOOL_OVERRIDE+= ${WRKSRC}/kiklib/autoconf/ltmain.sh
-LIBTOOL_OVERRIDE+= ${WRKSRC}/mkf/autoconf/ltmain.sh
+LIBTOOL_OVERRIDE+= ${WRKSRC}/mkf/autoconf/libtool
+LIBTOOL_OVERRIDE+= ${WRKSRC}/autoconf/libtool
+LIBTOOL_OVERRIDE+= ${WRKSRC}/kiklib/autoconf/libtool
+
+post-patch:
+ @${FIND} ${WRKSRC} -name Makefile.in | \
+ while read f; do \
+ ${MV} $$f $${f}.orig; \
+ ${SED} -e 's|\(-[ILR]\)/usr/local|\1${LOCALBASE}|g' \
+ -e 's|\(-[ILR]\)/usr/X11R6|\1${X11BASE}|g' \
+ $${f}.orig > $$f; \
+ done
.include "../../devel/glib/buildlink.mk"
.include "../../x11/gtk/buildlink.mk"