freebsd-ports/archivers/zoo/Makefile
Alexey Dokuchaev f27e17c455 Really fix `archivers/zoo' on 64-bit machines. When PR 162804 had been
committed by gabor@ back in 2011, only two of the proposed four patches
supplied were actually included; the patches for zoodel.c and zoopack.c
were somehow missed.

PR:	162804, 240982
2020-07-01 10:27:06 +00:00

26 lines
531 B
Makefile

# Created by: jmz
# $FreeBSD$
PORTNAME= zoo
PORTVERSION= 2.10.1
PORTREVISION= 4
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ \
LOCAL/ehaupt
DISTNAME= zoo-2.10pl1
MAINTAINER= ports@FreeBSD.org
COMMENT= Manipulate archives of files in compressed form
NO_WRKSUBDIR= yes
ALL_TARGET= bsdansi
MAKEFILE= makefile
do-install:
.for f in fiz zoo
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.endfor
.include <bsd.port.mk>