diff options
Diffstat (limited to 'editors/asedit')
-rw-r--r-- | editors/asedit/Makefile | 20 | ||||
-rw-r--r-- | editors/asedit/distinfo | 1 | ||||
-rw-r--r-- | editors/asedit/files/patch-aa | 19 | ||||
-rw-r--r-- | editors/asedit/pkg-comment | 1 | ||||
-rw-r--r-- | editors/asedit/pkg-descr | 8 | ||||
-rw-r--r-- | editors/asedit/pkg-plist | 9 |
6 files changed, 58 insertions, 0 deletions
diff --git a/editors/asedit/Makefile b/editors/asedit/Makefile new file mode 100644 index 000000000000..e022a4e3a9d7 --- /dev/null +++ b/editors/asedit/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: asedit +# Version required: 1.3.2 +# Date created: 28 Jul 1996 +# +# Whom: Andreas Kohout <shanee@rabbit.augusta.de> +# +# $Id$ +# +DISTNAME= asedit-1.3.2 +CATEGORIES= editors x11 +MASTER_SITES= ftp://ftp.x.org/contrib/editors/ + +MAINTAINER= shanee@rabbit.augusta.de + +#REQUIRES_MOTIF= yes +USE_X11= yes +USE_IMAKE= yes +XMKMF= xmkmf + +.include <bsd.port.mk> diff --git a/editors/asedit/distinfo b/editors/asedit/distinfo new file mode 100644 index 000000000000..c9bd738541c8 --- /dev/null +++ b/editors/asedit/distinfo @@ -0,0 +1 @@ +MD5 (asedit-1.3.2.tar.gz) = 8fa3043291ad9e9dab9a7683767b9fd6 diff --git a/editors/asedit/files/patch-aa b/editors/asedit/files/patch-aa new file mode 100644 index 000000000000..d5db4526d137 --- /dev/null +++ b/editors/asedit/files/patch-aa @@ -0,0 +1,19 @@ +*** Imakefile.orig Sun Jul 28 21:43:57 1996 +--- Imakefile Sun Jul 28 21:44:31 1996 +*************** +*** 29,35 **** + + LOCAL_X_LIBDIR = + +! XMLIB = -lXm -lPW + + XCOMM - HP PW setup: XMLIB = -lXm -lc -lPW + XCOMM - SUN setup: XMLIB = -lXm +--- 29,35 ---- + + LOCAL_X_LIBDIR = + +! XMLIB = -lXm + + XCOMM - HP PW setup: XMLIB = -lXm -lc -lPW + XCOMM - SUN setup: XMLIB = -lXm diff --git a/editors/asedit/pkg-comment b/editors/asedit/pkg-comment new file mode 100644 index 000000000000..5287e834b64d --- /dev/null +++ b/editors/asedit/pkg-comment @@ -0,0 +1 @@ +asedit - text editor for X/Motif diff --git a/editors/asedit/pkg-descr b/editors/asedit/pkg-descr new file mode 100644 index 000000000000..24d9bf063e71 --- /dev/null +++ b/editors/asedit/pkg-descr @@ -0,0 +1,8 @@ +asedit is an easy to use text editor for X Window System +built around Motif Text widget. Version 1.3, international +free Release, includes the following language versions: +English, Dutch, French, German, Polish, Portuguese and +Swedish. All commands and messages are localized for each +language. The on-line help is available only in English. + +This port requires Motif to build. diff --git a/editors/asedit/pkg-plist b/editors/asedit/pkg-plist new file mode 100644 index 000000000000..f865112d5621 --- /dev/null +++ b/editors/asedit/pkg-plist @@ -0,0 +1,9 @@ +@cwd /usr/X11R6 +bin/asedit +man/man1/asedit.1.gz +lib/X11/app-defaults/Asedit +lib/X11/app-defaults/Asedit-sgi +lib/X11/app-defaults/Asedit_em +lib/X11/app-defaults/Asedit_em-sgi +lib/X11/asedit.hlp +lib/X11/asedit_em.hlp |