diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-10-27 02:18:56 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-10-27 02:18:56 +0000 |
commit | 8b564b5192b294067cb0130be5d93572a73a8d50 (patch) | |
tree | aa7fd087d6bcf69328ebc37067c429ed69a80a4c /archivers/zoo/Makefile | |
parent | 78879a265da1d7043bcd319b2f1b34fb6177b5de (diff) | |
download | pkgsrc-8b564b5192b294067cb0130be5d93572a73a8d50.tar.gz |
File archivers, ports from FreeBSD
Diffstat (limited to 'archivers/zoo/Makefile')
-rw-r--r-- | archivers/zoo/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/archivers/zoo/Makefile b/archivers/zoo/Makefile new file mode 100644 index 00000000000..48a9266c419 --- /dev/null +++ b/archivers/zoo/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: zoo +# Version required: 2.10pl1 +# Date created: 18 October 1994 +# Whom: jmz +# +# $Id: Makefile,v 1.1.1.1 1997/10/27 02:19:08 hubertf Exp $ +# + +DISTNAME= zoo-2.10pl1 +PKGNAME= zoo-2.10.1 +CATEGORIES= archivers +MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ + +MAINTAINER= jmz@FreeBSD.org + +NO_WRKSUBDIR= yes +ALL_TARGET= bsdansi +MAKEFILE= makefile +MAN1= fiz.1 zoo.1 + +.include <bsd.port.mk> |