openbsd-ports/archivers/zoo/Makefile
espie e18d889949 Note existing regression tests for archivers. No need to update
NEED_VERSION, this won't break anything otherwise.
2001-10-04 22:26:48 +00:00

29 lines
552 B
Makefile

# $OpenBSD: Makefile,v 1.13 2001/10/04 22:26:48 espie Exp $
COMMENT= "handle the old .ZOO archive format"
DISTNAME= zoo-2.10pl1
PKGNAME= zoo-2.10.1
CATEGORIES= archivers
NEED_VERSION= 1.384
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MAKE_FLAGS= CC="${CC}" OPTIM="${CFLAGS}"
MAKE_FILE= makefile
ALL_TARGET= bsdansi
WRKDIST= ${WRKDIR}
NO_REGRESS= Yes
.include <bsd.port.mk>