freebsd-ports/archivers/zoo/Makefile

26 lines
531 B
Makefile
Raw Normal View History

# Created by: jmz
1999-08-25 06:25:23 +02:00
# $FreeBSD$
PORTNAME= zoo
PORTVERSION= 2.10.1
PORTREVISION= 3
CATEGORIES= archivers
2014-02-12 22:23:24 +01:00
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ \
LOCAL/ehaupt
DISTNAME= zoo-2.10pl1
MAINTAINER= gabor@FreeBSD.org
COMMENT= Manipulate archives of files in compressed form
NO_WRKSUBDIR= yes
ALL_TARGET= bsdansi
MAKEFILE= makefile
2014-02-12 22:23:24 +01:00
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>