diff options
author | chuckr <chuckr@FreeBSD.org> | 1996-07-29 08:38:24 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1996-07-29 08:38:24 +0800 |
commit | a6dab8ce446bf0cee722c7f0b5c3e5aa39ec75a1 (patch) | |
tree | 643f62ea86642f404a8128bb3fd3b5627fc8d91b /editors | |
parent | ab11513672934d7086df2ba390e0fcfe0f92ed60 (diff) | |
download | freebsd-ports-gnome-a6dab8ce446bf0cee722c7f0b5c3e5aa39ec75a1.tar.gz freebsd-ports-gnome-a6dab8ce446bf0cee722c7f0b5c3e5aa39ec75a1.tar.zst freebsd-ports-gnome-a6dab8ce446bf0cee722c7f0b5c3e5aa39ec75a1.zip |
Obtained from:Andreas Kohout <shanee@rabbit.augusta.de>
X11 editor, thanks, Andreas.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xed/Makefile | 25 | ||||
-rw-r--r-- | editors/xed/distinfo | 1 | ||||
-rw-r--r-- | editors/xed/pkg-comment | 1 | ||||
-rw-r--r-- | editors/xed/pkg-descr | 1 | ||||
-rw-r--r-- | editors/xed/pkg-plist | 5 |
5 files changed, 33 insertions, 0 deletions
diff --git a/editors/xed/Makefile b/editors/xed/Makefile new file mode 100644 index 000000000000..d1c9826dd38d --- /dev/null +++ b/editors/xed/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: xed +# Version required: 1.3 +# Date created: 28 Jul 1996 +# Whom: shanee +# +# $Id$ +# + +DISTNAME= xed1.3 +PKGNAME= xed-1.3 +MASTER_SITES= ftp://ftp.x.org/contrib/editors/ +CATEGORIES+= editors x11 + +MAINTAINER= shanee@rabbit.augusta.de + +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +USE_IMAKE= yes +XMKMF= xmkmf +EXTRACT_SUFX= .tar.Z + +pre-install: + cd $(WRKSRC); make install.man + +.include <bsd.port.mk> diff --git a/editors/xed/distinfo b/editors/xed/distinfo new file mode 100644 index 000000000000..49ff0d60067a --- /dev/null +++ b/editors/xed/distinfo @@ -0,0 +1 @@ +MD5 (xed1.3.tar.Z) = 52276a3e7f4ce3efca6361815b77abb5 diff --git a/editors/xed/pkg-comment b/editors/xed/pkg-comment new file mode 100644 index 000000000000..ee46486d1723 --- /dev/null +++ b/editors/xed/pkg-comment @@ -0,0 +1 @@ +xed - a text editor for X diff --git a/editors/xed/pkg-descr b/editors/xed/pkg-descr new file mode 100644 index 000000000000..ee46486d1723 --- /dev/null +++ b/editors/xed/pkg-descr @@ -0,0 +1 @@ +xed - a text editor for X diff --git a/editors/xed/pkg-plist b/editors/xed/pkg-plist new file mode 100644 index 000000000000..532676933acf --- /dev/null +++ b/editors/xed/pkg-plist @@ -0,0 +1,5 @@ +@cwd /usr/X11R6 +bin/xed +lib/X11/xed/xed.help +lib/X11/app-defaults/Xed +man/man1/xed.1.gz |