diff options
author | jkh <jkh@FreeBSD.org> | 1994-08-21 21:19:28 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-08-21 21:19:28 +0800 |
commit | f30c6bcbfac8e07b5d16fcb120d52182ce0a9b9e (patch) | |
tree | 9183e82a3b5e619ebccbaae77455ff7205d8cb3f /editors | |
parent | 7ec30fb6c012a580784c4cfab14416501a79b9ae (diff) | |
download | freebsd-ports-gnome-f30c6bcbfac8e07b5d16fcb120d52182ce0a9b9e.tar.gz freebsd-ports-gnome-f30c6bcbfac8e07b5d16fcb120d52182ce0a9b9e.tar.zst freebsd-ports-gnome-f30c6bcbfac8e07b5d16fcb120d52182ce0a9b9e.zip |
The start of the 2.0 ports collection. No sup repository yet, but I'll
make one when I wake up again.. :)
Submitted by: jkh
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 3 | ||||
-rw-r--r-- | editors/emacs/Makefile | 14 | ||||
-rw-r--r-- | editors/emacs19/Makefile | 14 | ||||
-rw-r--r-- | editors/emacs20/Makefile | 14 | ||||
-rw-r--r-- | editors/emacs22/Makefile | 14 | ||||
-rw-r--r-- | editors/emacs23/Makefile | 14 | ||||
-rw-r--r-- | editors/jove/Makefile | 12 |
7 files changed, 85 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile new file mode 100644 index 000000000000..a60e67b3ae34 --- /dev/null +++ b/editors/Makefile @@ -0,0 +1,3 @@ +SUBDIR= jove emacs + +.include <bsd.subdir.mk> diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile new file mode 100644 index 000000000000..6db2510035fb --- /dev/null +++ b/editors/emacs/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: GNU emacs +# Version required: 19.25 +# Date created: 20 August 1994 +# Whom: jkh +# +# $Id$ +# + +DISTNAME= emacs-19.25 +USE_GMAKE= yes +GNU_CONFIGURE= yes +HOME_LOCATION= prep.ai.mit.edu:~ftp/pub/gnu + +.include <bsd.port.mk> diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile new file mode 100644 index 000000000000..6db2510035fb --- /dev/null +++ b/editors/emacs19/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: GNU emacs +# Version required: 19.25 +# Date created: 20 August 1994 +# Whom: jkh +# +# $Id$ +# + +DISTNAME= emacs-19.25 +USE_GMAKE= yes +GNU_CONFIGURE= yes +HOME_LOCATION= prep.ai.mit.edu:~ftp/pub/gnu + +.include <bsd.port.mk> diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile new file mode 100644 index 000000000000..6db2510035fb --- /dev/null +++ b/editors/emacs20/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: GNU emacs +# Version required: 19.25 +# Date created: 20 August 1994 +# Whom: jkh +# +# $Id$ +# + +DISTNAME= emacs-19.25 +USE_GMAKE= yes +GNU_CONFIGURE= yes +HOME_LOCATION= prep.ai.mit.edu:~ftp/pub/gnu + +.include <bsd.port.mk> diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile new file mode 100644 index 000000000000..6db2510035fb --- /dev/null +++ b/editors/emacs22/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: GNU emacs +# Version required: 19.25 +# Date created: 20 August 1994 +# Whom: jkh +# +# $Id$ +# + +DISTNAME= emacs-19.25 +USE_GMAKE= yes +GNU_CONFIGURE= yes +HOME_LOCATION= prep.ai.mit.edu:~ftp/pub/gnu + +.include <bsd.port.mk> diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile new file mode 100644 index 000000000000..6db2510035fb --- /dev/null +++ b/editors/emacs23/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: GNU emacs +# Version required: 19.25 +# Date created: 20 August 1994 +# Whom: jkh +# +# $Id$ +# + +DISTNAME= emacs-19.25 +USE_GMAKE= yes +GNU_CONFIGURE= yes +HOME_LOCATION= prep.ai.mit.edu:~ftp/pub/gnu + +.include <bsd.port.mk> diff --git a/editors/jove/Makefile b/editors/jove/Makefile new file mode 100644 index 000000000000..afe9ed340017 --- /dev/null +++ b/editors/jove/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: jove +# Version required: 4.14.6 +# Date created: 21 August 1994 +# Whom: jkh +# +# $Id$ +# + +DISTNAME= jove-4.14.6 +HOME_LOCATION= freebsd.cdrom.com:~ftp/pub/bsd-sources/4.4BSD-Lite/usr/src/contrib + +.include <bsd.port.mk> |