1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/archivers/zutils/Makefile
Ryan Steinmetz cf9bd998c7 - Reset MAINTAINER on ports with addresses that have unrecoverable bounces.
Reported by:	portscout
Feature safe:	yes
2012-12-06 16:39:07 +00:00

37 lines
587 B
Makefile

# New ports collection makefile for: zutils
# Date created: 2011-04-12
# Whom: Albert Vernon <f3cun3c02@sneakemail.com>
#
# $FreeBSD$
#
PORTNAME= zutils
PORTVERSION= 0.9
CATEGORIES= archivers
MASTER_SITES= SAVANNAH/zutils
MAINTAINER= ports@FreeBSD.org
COMMENT= Utilities for searching in bzip2, gzip, lzip, and xz archives
GNU_CONFIGURE= yes
PLIST_FILES= bin/zcat \
bin/zcmp \
bin/zdiff \
bin/zegrep \
bin/zfgrep \
bin/zgrep \
bin/ztest \
bin/zutils
MAN1= zcat.1 \
zcmp.1 \
zdiff.1 \
zgrep.1 \
ztest.1
INFO= zutils
LICENSE= GPLv3
.include <bsd.port.mk>