1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/archivers/zutils/Makefile
Fernando Apesteguía 50502ff8ea archivers/zutils: update to 1.12
Reported by:	portscout
2023-01-11 18:34:09 +01:00

30 lines
635 B
Makefile

PORTNAME= zutils
PORTVERSION= 1.12
CATEGORIES= archivers
MASTER_SITES= SAVANNAH/zutils
MAINTAINER= ports@FreeBSD.org
COMMENT= Utilities for searching in bzip2, gzip, lzip, and xz archives
WWW= https://www.nongnu.org/zutils/zutils.html
LICENSE= GPLv2
USES= cpe tar:lz
GNU_CONFIGURE= yes
CONFLICTS_INSTALL= gzip # bin/zcat bin/zcmp bin/zdiff bin/zgrep man/man1/ztest.1.gz
INSTALL_TARGET= install-strip
CPE_VENDOR= nongnu
INFO= zutils
post-patch:
# Remove compiler hardcoded flags and use environment
@${REINPLACE_CMD} '23,26d' ${WRKSRC}/configure
post-install:
@-${RM} ${STAGEDIR}${PREFIX}/info/dir
.include <bsd.port.mk>