blob: f23c487f65e7714232412ba5b5f32ef058251ac5 (
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= 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
post-patch:
cd ${WRKSRC} && ${FIND} . -name "*#*" -exec ${RM} -v "{}" ";"
.include <bsd.port.mk>
|