summaryrefslogtreecommitdiff
path: root/archivers/zipper/Makefile
blob: d02f396b42653094656e68199993dcff3b1a3ab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
WWW=		http://xanthippe.dyndns.org/Zipper/

USES=		gnustep
USE_GNUSTEP=	back build

post-patch:
	cd ${WRKSRC} && ${FIND} . -name "*#*" -exec ${RM} -v {} ";"

.include <bsd.port.mk>