aboutsummaryrefslogtreecommitdiff
path: root/archivers/zipper/Makefile
blob: 181f9b844e52c8d58b280e77f1e76d8bbd6f6b6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:    zipper.app
# Date created:         31 Aug 2006
# Whom:                 gurkan@linuks.mine.nu
#
# $FreeBSD$
#

PORTNAME=	zipper
PORTVERSION=	1.1
CATEGORIES=	archivers
MASTER_SITES=	http://xanthippe.dyndns.org/Zipper/ \
		http://florida.ethz.ch/ports/distfiles/
DISTNAME=	Zipper-${PORTVERSION}

MAINTAINER=	gurkan@linuks.mine.nu
COMMENT=	Tool for inspecting the contents of a compressed archive

BUILD_DEPENDS+=	${COMBOLIBDIR}/libRenaissance.so:${PORTSDIR}/${RENAISSANCE_PORT}
RUN_DEPENDS+=	${COMBOLIBDIR}/libRenaissance.so:${PORTSDIR}/${RENAISSANCE_PORT}

WRKSRC=		${WRKDIR}/Zipper
USE_GMAKE=	yes
USE_GNUSTEP=	yes
USE_GNUSTEP_PREFIX=	yes
USE_GNUSTEP_BACK=	yes
USE_GNUSTEP_BUILD=	yes
USE_GNUSTEP_INSTALL=	yes
MAKEFILE=	GNUmakefile
RENAISSANCE_PORT?=	x11-toolkits/renaissance

.include <bsd.port.mk>