blob: 98fe74abad15c8ef0042df8b6166df63a14d2410 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: gurkan@phys.ethz.ch
# $FreeBSD$
PORTNAME= zipper
PORTVERSION= 1.5
PORTREVISION= 5
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>
|