freebsd-ports/archivers/zipper/Makefile

21 lines
425 B
Makefile
Raw Normal View History

# Created by: gurkan@phys.ethz.ch
# $FreeBSD$
PORTNAME= zipper
PORTVERSION= 1.5
PORTREVISION= 3
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
2012-06-09 15:00:31 +02:00
post-patch:
cd ${WRKSRC} && ${FIND} . -name "*#*" -exec ${RM} -f -v "{}" ";"
.include <bsd.port.mk>