mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
d23a795680
Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
21 lines
441 B
Makefile
21 lines
441 B
Makefile
# New ports collection makefile for: zoo
|
|
# Version required: 2.10pl1
|
|
# Date created: 18 October 1994
|
|
# Whom: jmz
|
|
#
|
|
# $Id: Makefile,v 1.4 1995/04/15 04:45:25 asami 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
|
|
|
|
.include <bsd.port.mk>
|