1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/archivers/zipper/Makefile
2021-04-06 16:31:07 +02:00

20 lines
408 B
Makefile

# Created by: gurkan@phys.ethz.ch
PORTNAME= zipper
PORTVERSION= 1.5
PORTREVISION= 8
CATEGORIES= archivers gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= Zipper-${PORTVERSION}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Tool for inspecting the contents of a compressed archive
USES= gnustep
USE_GNUSTEP= back build
post-patch:
cd ${WRKSRC} && ${FIND} . -name "*#*" -exec ${RM} -v {} ";"
.include <bsd.port.mk>