openbsd-ports/archivers/zip/Makefile

35 lines
797 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.34 2006/07/30 17:33:40 naddy Exp $
1997-11-17 18:50:14 -05:00
COMMENT= "create/update ZIP files compatible with PKZip(tm)"
DISTNAME= zip-2.32
1997-11-17 18:50:14 -05:00
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ \
${MASTER_SITE_SOURCEFORGE:=infozip/} \
http://mirror.switch.ch/ftp/mirror/infozip/src/
DISTFILES= zip232.tar.gz zcrypt29.zip
1997-11-17 18:50:14 -05:00
HOMEPAGE= http://www.ctan.org/tex-archive/tools/zip/info-zip/Zip.html
2000-07-23 21:23:18 -04:00
# Conditional
PERMIT_PACKAGE_CDROM= Yes
2000-03-12 09:51:57 -05:00
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
2000-03-12 09:51:57 -05:00
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
2000-03-12 09:51:57 -05:00
MAKE_FLAGS= CC="${CC}" CFLAGS_NOOPT="${CFLAGS} -I. -DUNIX"
FAKE_FLAGS= prefix="${WRKINST}${PREFIX}"
MAKE_FILE= unix/Makefile
ALL_TARGET= generic
1997-11-17 18:50:14 -05:00
post-extract:
@mv -f ${WRKDIR}/crypt.[ch] ${WRKSRC}
1999-12-24 03:59:53 -05:00
NO_REGRESS= Yes
1997-11-17 18:50:14 -05:00
.include <bsd.port.mk>