diff options
author | jkh <jkh@FreeBSD.org> | 1995-01-04 07:39:52 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-01-04 07:39:52 +0000 |
commit | 901bcc9fc7c43ca8f42dbbd712f7d9f8a177f917 (patch) | |
tree | 69d6b4b844cf0daa37139518420e71f6b2033c65 /editors/axe/Makefile | |
parent | 44d36f89ab5a7b1065ad405721cb95800ac4be9c (diff) | |
download | FreeBSD-ports-901bcc9fc7c43ca8f42dbbd712f7d9f8a177f917.zip FreeBSD-ports-901bcc9fc7c43ca8f42dbbd712f7d9f8a177f917.tar.gz |
John Capo <jc@irbs.com>'s port of the axe editor. Thanks, John!
Submitted by: jc
Diffstat (limited to 'editors/axe/Makefile')
-rw-r--r-- | editors/axe/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/axe/Makefile b/editors/axe/Makefile new file mode 100644 index 0000000..496d353 --- /dev/null +++ b/editors/axe/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: aXe-6.1.2 +# Version required: 6.1.2 +# Date created: 28 December 1994 +# Whom: jc@irbs.com John Capo +# +# $Id: $ +# + +DISTNAME= aXe-6.1.2 +DISTFILES= aXe-6.1.2.tar.Z +USE_IMAKE= yes +MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/editors/ + +.include <bsd.port.mk> |