2013-05-10 22:43:23 +02:00
|
|
|
# Created by: gurkan@phys.ethz.ch
|
2006-09-10 14:16:08 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= zipper
|
2013-05-10 22:43:23 +02:00
|
|
|
PORTVERSION= 1.5
|
2015-09-19 12:33:34 +02:00
|
|
|
PORTREVISION= 3
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= archivers gnustep
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= SAVANNAH/gap
|
2006-09-10 14:16:08 +02:00
|
|
|
DISTNAME= Zipper-${PORTVERSION}
|
|
|
|
|
2014-12-24 01:14:11 +01:00
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
2006-09-10 14:16:08 +02:00
|
|
|
COMMENT= Tool for inspecting the contents of a compressed archive
|
|
|
|
|
2015-04-09 09:44:41 +02:00
|
|
|
USES= gnustep
|
|
|
|
USE_GNUSTEP= back build
|
2007-01-13 04:57:11 +01:00
|
|
|
|
2012-06-09 15:00:31 +02:00
|
|
|
post-patch:
|
|
|
|
cd ${WRKSRC} && ${FIND} . -name "*#*" -exec ${RM} -f -v "{}" ";"
|
2006-09-10 14:16:08 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|