summaryrefslogtreecommitdiff
path: root/archivers/zipper/Makefile
blob: 95e07bb1e6c26b89b0e99706f9c9cb687488c949 (plain)
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=	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>