summaryrefslogtreecommitdiff
path: root/x11/mlterm/Makefile
diff options
context:
space:
mode:
authoragc <agc>2001-12-21 11:33:28 +0000
committeragc <agc>2001-12-21 11:33:28 +0000
commit7dc27e91e04486d9f9ebd5fe2a7df007a6c682bd (patch)
tree021e246f2e18e80c995582e3d5595394ec53f257 /x11/mlterm/Makefile
parent3a760f5b0d2d51281b60f78c980639fb6c2fdfad (diff)
downloadpkgsrc-7dc27e91e04486d9f9ebd5fe2a7df007a6c682bd.tar.gz
Initial import of mlterm-2.0.0 into the NetBSD Packages Collection.
mlterm is a Multi Lingual TERMinal emulator for X. It supports many character sets, many encodings, and many other decorative functions. Since mlterm retains character tables in memory to convert characters between UCS and other encodings, it consumes a lot of memory while running, so it's recommended that you open multiple ptys in one process. Provided in PR 15002 by Masao Uebayashi <uebayasi@soum.co.jp>, modified slightly by myself to use NetBSD's libtool, to correct slight wording difficulties in the description, and to generalise the hardcoded paths in Makefile.in files.
Diffstat (limited to 'x11/mlterm/Makefile')
-rw-r--r--x11/mlterm/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile
new file mode 100644
index 00000000000..5a5da8cf13e
--- /dev/null
+++ b/x11/mlterm/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/12/21 11:33:28 agc Exp $
+
+DISTNAME= mlterm-2.0.0
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mlterm/}
+
+MAINTAINER= uebayasi@soum.co.jp
+HOMEPAGE= http://mlterm.sourceforge.net/
+COMMENT= Multingual terminal emulator
+
+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
+
+.include "../../devel/glib/buildlink.mk"
+.include "../../x11/gtk/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"