openbsd-ports/archivers/zoo/Makefile

31 lines
530 B
Makefile
Raw Normal View History

2010-10-18 12:47:00 -04:00
# $OpenBSD: Makefile,v 1.22 2010/10/18 16:47:00 espie Exp $
2007-09-15 06:14:32 -04:00
COMMENT= handle the old .ZOO archive format
1997-11-24 15:07:52 -05:00
DISTNAME= zoo-2.10pl1
2010-07-11 11:57:46 -04:00
PKGNAME= zoo-2.10.1
1997-11-24 15:07:52 -05:00
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/
1997-11-24 15:07:52 -05:00
# Conditional
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-07-11 11:57:46 -04:00
REVISION = 1
WANTLIB= c
2000-03-06 23:36:32 -05:00
2000-03-26 17:02:28 -05:00
MAKE_FLAGS= CC="${CC}" OPTIM="${CFLAGS}"
2010-10-18 12:47:00 -04:00
USE_GROFF = Yes
2000-03-26 17:02:28 -05:00
MAKE_FILE= makefile
2000-03-26 17:02:28 -05:00
ALL_TARGET= bsdansi
WRKDIST= ${WRKDIR}
1997-11-24 15:07:52 -05:00
NO_REGRESS= Yes
1997-11-24 15:07:52 -05:00
.include <bsd.port.mk>