freebsd-ports/archivers/zipper/Makefile
Dirk Meyer 09c4735e13 - update to 1.2
Approved by:	gurkan (maintainer)
2007-05-25 06:11:34 +00:00

29 lines
693 B
Makefile

# New ports collection makefile for: zipper.app
# Date created: 31 Aug 2006
# Whom: gurkan@linuks.mine.nu
#
# $FreeBSD$
#
PORTNAME= zipper
PORTVERSION= 1.2
CATEGORIES= archivers gnustep
MASTER_SITES= http://xanthippe.dyndns.org/Zipper/ \
${MASTER_SITE_GNUSTEP_CH}
DISTNAME= Zipper-${PORTVERSION}
MAINTAINER= gurkan@linuks.mine.nu
COMMENT= Tool for inspecting the contents of a compressed archive
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= 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>