diff options
author | asami <asami@FreeBSD.org> | 1995-06-21 11:08:24 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-06-21 11:08:24 +0000 |
commit | 5f2ca14918503746f65130d92e0fedcf6efe6633 (patch) | |
tree | 1338b7dae5da9bee09389c61b00759c5c676c522 /editors/e93 | |
parent | 750b9164d5200f61c2327fe19dac269374921397 (diff) | |
download | FreeBSD-ports-5f2ca14918503746f65130d92e0fedcf6efe6633.zip FreeBSD-ports-5f2ca14918503746f65130d92e0fedcf6efe6633.tar.gz |
A Tcl/Tk-based editor. The license agreement looks a little scary,
so it's NO_PACKAGE for now. Someone with a little better legal mind
than me please check it.
Diffstat (limited to 'editors/e93')
-rw-r--r-- | editors/e93/Makefile | 29 | ||||
-rw-r--r-- | editors/e93/distinfo | 1 | ||||
-rw-r--r-- | editors/e93/pkg-comment | 1 | ||||
-rw-r--r-- | editors/e93/pkg-descr | 6 | ||||
-rw-r--r-- | editors/e93/pkg-plist | 2 |
5 files changed, 39 insertions, 0 deletions
diff --git a/editors/e93/Makefile b/editors/e93/Makefile new file mode 100644 index 0000000..2e442e4 --- /dev/null +++ b/editors/e93/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: e93 +# Version required: 1.0r2X +# Date created: 21 June 1995 +# Whom: Satoshi Asami (asami) +# +# $Id: Makefile,v 1.18 1995/04/23 10:33:33 asami Exp $ +# + +DISTNAME= e93-1.0r2X +PKGNAME= e93-1.0.2 +CATEGORIES+= editors +MASTER_SITES= ftp://ftp.x.org/contrib/editors/ \ + ftp://crl.dec.com/pub/X11/contrib/editors/ + +MAINTAINER= asami@FreeBSD.ORG + +MAKEFILE= makefile +USE_X11= yes +# The license is a little scary, so disable packaging for now +NO_PACKAGE= yes + +do-install: + if ! [ -d ${PREFIX}/lib/e93 ]; then mkdir ${PREFIX}/lib/e93; fi + (cd ${WRKSRC}; \ + install -c -s e93 ${PREFIX}/bin; \ + install -c .e93rc ${PREFIX}/lib/e93; \ + ) + +.include <bsd.port.mk> diff --git a/editors/e93/distinfo b/editors/e93/distinfo new file mode 100644 index 0000000..187ac18 --- /dev/null +++ b/editors/e93/distinfo @@ -0,0 +1 @@ +MD5 (e93-1.0r2X.tar.gz) = f59f6cc41ec65f60f19bebbac0f966ed diff --git a/editors/e93/pkg-comment b/editors/e93/pkg-comment new file mode 100644 index 0000000..e48080d --- /dev/null +++ b/editors/e93/pkg-comment @@ -0,0 +1 @@ +e93-1.0r2X, a nifty editor based on Tcl/Tk. diff --git a/editors/e93/pkg-descr b/editors/e93/pkg-descr new file mode 100644 index 0000000..45fb460 --- /dev/null +++ b/editors/e93/pkg-descr @@ -0,0 +1,6 @@ +This is e93-1.0.2rX, a nifty little editor based on Tcl/Tk. + +Note that this requires a .e93rc file in the user's home directory. +You can find this file in /usr/X11R6/lib/e93. + +Satoshi diff --git a/editors/e93/pkg-plist b/editors/e93/pkg-plist new file mode 100644 index 0000000..207775b --- /dev/null +++ b/editors/e93/pkg-plist @@ -0,0 +1,2 @@ +bin/e93 +lib/e93/.e93rc |