openbsd-ports/archivers/zoo/Makefile
pvalchev 673ecfb881 fix several buffer overflows/issues from gentoo/fedora, brought up
by Rui Reis <rui@rui.cx>.  more exist for sure...
2006-04-07 23:14:13 +00:00

28 lines
507 B
Makefile

# $OpenBSD: Makefile,v 1.18 2006/04/07 23:14:13 pvalchev Exp $
COMMENT= "handle the old .ZOO archive format"
DISTNAME= zoo-2.10pl1
PKGNAME= zoo-2.10.1p0
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
# Conditional
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MAKE_FLAGS= CC="${CC}" OPTIM="${CFLAGS}"
MAKE_FILE= makefile
ALL_TARGET= bsdansi
WRKDIST= ${WRKDIR}
NO_REGRESS= Yes
.include <bsd.port.mk>