diff options
author | asami <asami@FreeBSD.org> | 1999-03-30 10:42:20 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-03-30 10:42:20 +0800 |
commit | c8882d761eb7ff6325032bc4d160af3f7a071454 (patch) | |
tree | 0b8f3d3af09218b2eae642ddc6af6493d18b4827 /misc/buffer/Makefile | |
parent | 895382848a8d83faef7b11503594498e7c546b00 (diff) | |
download | freebsd-ports-gnome-c8882d761eb7ff6325032bc4d160af3f7a071454.tar.gz freebsd-ports-gnome-c8882d761eb7ff6325032bc4d160af3f7a071454.tar.zst freebsd-ports-gnome-c8882d761eb7ff6325032bc4d160af3f7a071454.zip |
(I hope I caught this quickly enough....)
CVS replace buffer that was just imported with the backup from the Attic
cleanup. This should look identical to what Steve committed, except
it has all the history resurrected.
Diffstat (limited to 'misc/buffer/Makefile')
-rw-r--r-- | misc/buffer/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/buffer/Makefile b/misc/buffer/Makefile new file mode 100644 index 000000000000..d13269b687f0 --- /dev/null +++ b/misc/buffer/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: buffer +# Version required: 1.17 +# Date created: 23 February 1998 +# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br> +# +# $Id$ +# + +DISTNAME= buffer-1.17 +CATEGORIES= misc +MASTER_SITES= http://www.freebsd.org/~steve/ + +MAINTAINER= jonny@jonny.eng.br + +NO_WRKSUBDIR= yes +MAN1= buffer.1 + +.include <bsd.port.mk> |