summaryrefslogtreecommitdiff
path: root/chinese/eterm/Makefile
diff options
context:
space:
mode:
authorJing-Tang Keith Jang <keith@FreeBSD.org>2000-12-24 20:27:20 +0000
committerJing-Tang Keith Jang <keith@FreeBSD.org>2000-12-24 20:27:20 +0000
commite98970fcb558cc78c1ec52eed336dcc768bd4986 (patch)
tree99a09fa7436fb9824ab7516707c85095e5d9d24e /chinese/eterm/Makefile
parentForced commit to point out that the previous commit, which listed (diff)
Initial version.
Eterm is a color vt102 terminal emulator for X Window system. It supports pixmap and pseudo-transparent background. It also supports Japanese input with XIM (X Input Method) protocol. This version also adds BIG5 and GB support. Thanks to MANTANI Nobutaka <nobutaka@nobutaka.com> for the patch. Submitted by: Michael C. Wu <keichii@iteration.net>
Notes
Notes: svn path=/head/; revision=36315
Diffstat (limited to 'chinese/eterm/Makefile')
-rw-r--r--chinese/eterm/Makefile42
1 files changed, 42 insertions, 0 deletions
diff --git a/chinese/eterm/Makefile b/chinese/eterm/Makefile
new file mode 100644
index 000000000000..ce3f4e818192
--- /dev/null
+++ b/chinese/eterm/Makefile
@@ -0,0 +1,42 @@
+# New ports collection makefile for: eterm
+# Date created: 24th December 2000
+# Whom: Michael C. Wu
+# $FreeBSD$
+
+PORTNAME= eterm
+PORTVERSION= 0.9
+CATEGORIES= chinese x11
+MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/Eterm/ \
+ ftp://ftp.dti.ad.jp/pub/X/enlightenment/Eterm/ \
+ ftp://ftp.kddlabs.co.jp/.10/X11/window_manager/enlightenment/Eterm/ \
+ ftp://ftp.sogang.ac.kr/.c/tools/X11/Enlightenment/Eterm/
+DISTNAME= Eterm-${PORTVERSION}
+
+MAINTAINER= keichii@iteration.net
+
+BUILD_DEPENDS= man2html:${PORTSDIR}/textproc/man2html
+
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+USE_IMLIB= yes
+USE_LIBTOOL= yes
+CONFIGURE_ARGS= --enable-trans=imlib --enable-utmp --enable-multi-charset=kanji \
+ --enable-xim --with-theme-update
+CONFIGURE_ENV= LIBS="-lxpg4"
+
+MAN1= Eterm.1
+INSTALLS_SHLIB= yes
+
+post-install:
+ @${CHMOD} 4711 ${PREFIX}/bin/Eterm
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${PREFIX}/share/doc/Eterm
+ @${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${PREFIX}/share/doc/Eterm
+ @${INSTALL_DATA} ${WRKSRC}/doc/Eterm.1.html ${PREFIX}/share/doc/Eterm
+ @${INSTALL_DATA} ${WRKSRC}/doc/Eterm_reference.html ${PREFIX}/share/doc/Eterm
+ @${INSTALL_DATA} ${WRKSRC}/doc/Eterm.tcap ${PREFIX}/share/doc/Eterm
+ @${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ti ${PREFIX}/share/doc/Eterm
+.endif
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>