diff options
author | jkh <jkh@FreeBSD.org> | 1994-10-18 01:04:46 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-10-18 01:04:46 +0000 |
commit | 0fe103cdb2ecb2840509f4c0bdb785f0ed089a3b (patch) | |
tree | 3763a026f28323fb389a5532ac7a2883631056a8 /archivers/zoo/Makefile | |
parent | 0b636ecea986d3592f0c612aee8a557bffeb40af (diff) | |
download | FreeBSD-ports-0fe103cdb2ecb2840509f4c0bdb785f0ed089a3b.zip FreeBSD-ports-0fe103cdb2ecb2840509f4c0bdb785f0ed089a3b.tar.gz |
Jean-Marc Zucconi's zoo port.
Submitted by: jmz
Diffstat (limited to 'archivers/zoo/Makefile')
-rw-r--r-- | archivers/zoo/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/archivers/zoo/Makefile b/archivers/zoo/Makefile new file mode 100644 index 0000000..2cd53b4 --- /dev/null +++ b/archivers/zoo/Makefile @@ -0,0 +1,6 @@ +DISTFILES= zoo210.tar.Z +DISTNAME= zoo +MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/ +NO_WRKSUBDIR= yes + +.include <bsd.port.mk> |