28 lines
650 B
Makefile
28 lines
650 B
Makefile
# New ports collection makefile for: zipper.app
|
|
# Date created: 31 Aug 2006
|
|
# Whom: gurkan@phys.ethz.ch
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= zipper
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= archivers gnustep
|
|
MASTER_SITES= http://xanthippe.dyndns.org/Zipper/
|
|
DISTNAME= Zipper-${PORTVERSION}
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= Tool for inspecting the contents of a compressed archive
|
|
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
USE_GNUSTEP_SYSTEM_LIBS+= Renaissance:${RENAISSANCE_PORT}
|
|
|
|
WRKSRC= ${WRKDIR}/Zipper
|
|
|
|
RENAISSANCE_PORT?= x11-toolkits/renaissance
|
|
|
|
.include <bsd.port.mk>
|