summaryrefslogtreecommitdiffstats
path: root/x11/eterm
diff options
context:
space:
mode:
authorjseger <jseger@FreeBSD.org>1997-11-01 14:58:47 +0000
committerjseger <jseger@FreeBSD.org>1997-11-01 14:58:47 +0000
commit83749276f023125246cf8eec4d7aff94fe5c9665 (patch)
tree1520df7734d63625e3f9d6403c11bc380464fad1 /x11/eterm
parentda79afd5a4d19ddc6a9aa86151641c4fabfc8058 (diff)
downloadFreeBSD-ports-83749276f023125246cf8eec4d7aff94fe5c9665.zip
FreeBSD-ports-83749276f023125246cf8eec4d7aff94fe5c9665.tar.gz
Import of x11/eterm version 0.6a
Eterm is one of the most configurable terminal emulators available for the X-Windows system. It is built as part of the Enlightenment window manager and as such places the importance of eyecandy and other aesthetic qualities slightly above stability. Allows you to use scaled images as your background for terminal windows, and much more! PR: ports/4890 port/4891 Submitted by: murray@cdrom.com
Diffstat (limited to 'x11/eterm')
-rw-r--r--x11/eterm/Makefile47
-rw-r--r--x11/eterm/distinfo1
-rw-r--r--x11/eterm/pkg-comment1
-rw-r--r--x11/eterm/pkg-descr9
-rw-r--r--x11/eterm/pkg-plist13
5 files changed, 71 insertions, 0 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile
new file mode 100644
index 0000000..c763670
--- /dev/null
+++ b/x11/eterm/Makefile
@@ -0,0 +1,47 @@
+# New ports collection makefile for: eterm
+# Version required: .6apl2
+# Date created: 24 November 1997
+# Whom: Murray Stokely <murray@cdrom.com>
+#
+# $Id$
+#
+
+DISTNAME= Eterm-DR-0.6a
+PKGNAME= eterm-0.6a
+CATEGORIES= x11
+MASTER_SITES= http://www.tcserv.com/archive/E/ \
+ http://www.spd.louisville.edu/~mejenn01/archive/E/
+
+MAINTAINER= murray@cdrom.com
+
+MAN1= Eterm.1
+
+LIB_DEPENDS= Im\\.3\\.:${PORTSDIR}/graphics/imlib
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+do-build:
+ cd ${WRKSRC}/src && \
+ ${GMAKE} clean && \
+ ${GMAKE} FreeBSD && \
+ cd ../doc && \
+ ${GMAKE} alldoc
+
+do-install:
+ ${INSTALL_PROGRAM} $(WRKSRC)/src/Eterm $(PREFIX)/bin
+ ${INSTALL_PROGRAM} $(WRKSRC)/doc/dorand $(PREFIX)/bin
+ ${INSTALL_SCRIPT} $(WRKSRC)/doc/random_pixmap.sh $(PREFIX)/bin
+ ${INSTALL_MAN} $(WRKSRC)/doc/Eterm.1 $(PREFIX)/man/man1
+ ${MKDIR} $(PREFIX)/share/Eterm
+ ${INSTALL_MAN} $(WRKSRC)/doc/FAQ $(PREFIX)/share/Eterm
+ ${INSTALL_MAN} $(WRKSRC)/RELNOTES.Eterm $(PREFIX)/share/Eterm
+ ${INSTALL_SCRIPT} ${WRKSRC}/doc/colortest.sh ${PREFIX}/share/Eterm
+ ${INSTALL_SCRIPT} ${WRKSRC}/doc/menu.sh ${PREFIX}/share/Eterm
+ ${INSTALL_MAN} ${WRKSRC}/doc/Eterm.help ${PREFIX}/share/Eterm
+ ${INSTALL_MAN} ${WRKSRC}/doc/Eterm.ref ${PREFIX}/share/Eterm
+ ${INSTALL_MAN} ${WRKSRC}/doc/Eterm.tcap ${PREFIX}/share/Eterm
+ ${INSTALL_MAN} ${WRKSRC}/doc/Eterm.ti ${PREFIX}/share/Eterm
+ ${INSTALL_MAN} ${WRKSRC}/doc/MAIN.dist ${PREFIX}/share/Eterm
+
+.include <bsd.port.mk>
diff --git a/x11/eterm/distinfo b/x11/eterm/distinfo
new file mode 100644
index 0000000..b4313cd7
--- /dev/null
+++ b/x11/eterm/distinfo
@@ -0,0 +1 @@
+MD5 (Eterm-DR-0.6a.tar.gz) = bba0554d1a20359855ba40581df8be57
diff --git a/x11/eterm/pkg-comment b/x11/eterm/pkg-comment
new file mode 100644
index 0000000..5b6c430
--- /dev/null
+++ b/x11/eterm/pkg-comment
@@ -0,0 +1 @@
+X-Windows terminal emulator based on rxvt/xterm
diff --git a/x11/eterm/pkg-descr b/x11/eterm/pkg-descr
new file mode 100644
index 0000000..1b737e6
--- /dev/null
+++ b/x11/eterm/pkg-descr
@@ -0,0 +1,9 @@
+Eterm is one of the most configurable terminal emulators available for
+the X-Windows system. It is built as part of the Enlightenment window
+manager and as such places the importance of eyecandy and other aesthetic
+qualities slightly above stability. Allows you to use scaled images as your
+background for terminal windows, and much more!
+
+http://www.tcserv.com/Eterm
+http://www.rasterman.com
+ported by murray@cdrom.com
diff --git a/x11/eterm/pkg-plist b/x11/eterm/pkg-plist
new file mode 100644
index 0000000..ad17397
--- /dev/null
+++ b/x11/eterm/pkg-plist
@@ -0,0 +1,13 @@
+bin/Eterm
+bin/dorand
+bin/random_pixmap.sh
+man/man1/Eterm.1.gz
+share/Eterm/Eterm.help
+share/Eterm/Eterm.ref
+share/Eterm/Eterm.ti
+share/Eterm/Eterm.tcap
+share/Eterm/FAQ
+share/Eterm/RELNOTES.Eterm
+share/Eterm/MAIN.dist
+share/Eterm/colortest.sh
+share/Eterm/menu.sh
OpenPOWER on IntegriCloud