diff options
author | asami <asami@FreeBSD.org> | 1996-03-18 19:56:34 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-03-18 19:56:34 +0800 |
commit | bd760ff5cd41d44694541171940959b0f77a43bb (patch) | |
tree | 3d56e17eb525bfa8d06160c6fc1140152c689ef2 /misc/fep/Makefile | |
parent | 61e74f1e70a626db9959020845c8086c7ae71783 (diff) | |
download | freebsd-ports-gnome-bd760ff5cd41d44694541171940959b0f77a43bb.tar.gz freebsd-ports-gnome-bd760ff5cd41d44694541171940959b0f77a43bb.tar.zst freebsd-ports-gnome-bd760ff5cd41d44694541171940959b0f77a43bb.zip |
A general purpose front end for command line editing.
Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
Diffstat (limited to 'misc/fep/Makefile')
-rw-r--r-- | misc/fep/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/fep/Makefile b/misc/fep/Makefile new file mode 100644 index 000000000000..e7e4a1789e29 --- /dev/null +++ b/misc/fep/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: fep +# Version required: +# Date created: 20 Feb 1996 +# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> +# +# $Id$ +# + +DISTNAME= fep +PKGNAME= fep-1.0 +CATEGORIES+= misc +MASTER_SITES= ftp://ftp.sra.co.jp/pub/cmd/ + +MAINTAINER= nobu@psrc.isac.co.jp + +NO_WRKSUBDIR= yes + +.include <bsd.port.mk> |