mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
c98cfd116d
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
22 lines
461 B
Makefile
22 lines
461 B
Makefile
# New ports collection makefile for: zoo
|
|
# Version required: 2.10pl1
|
|
# Date created: 18 October 1994
|
|
# Whom: jmz
|
|
#
|
|
# $Id: Makefile,v 1.5 1996/11/12 02:17:57 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= zoo-2.10pl1
|
|
PKGNAME= zoo-2.10.1
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ftp://ftp.kiae.su/unix/arcers/
|
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
|
|
|
NO_WRKSUBDIR= yes
|
|
ALL_TARGET= bsdansi
|
|
MAKEFILE= makefile
|
|
MAN1= fiz.1 zoo.1
|
|
|
|
.include <bsd.port.mk>
|