openbsd-ports/x11/gnustep/zipper/Makefile
sebastia 91ec19533d Import Zipper: Zipper is a tool for inspecting compressed archvies. It integrates with the GWorkspace desktop.
Zipper consists only of a single window, displaying the contents of the
selected archive. Currently, you can view and extract .tar, .tar.gz,
.tar.bz2, .rar, .lha, .lhz, .zip and .7z archives. Further it allows to
create .tar.gz archives.

OK landry@
2011-07-19 13:58:02 +00:00

21 lines
455 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/07/19 13:58:02 sebastia Exp $
COMMENT = tool for inspecting compressed archvies
DISTNAME = Zipper-1.3
HOMEPAGE = http://xanthippe.dyndns.org/Zipper/
MASTER_SITES = ${HOMEPAGE}
MODULES = x11/gnustep
WANTLIB += c m pthread Renaissance
LIB_DEPENDS += x11/gnustep/renaissance
RUN_DEPENDS += archivers/lha \
archivers/p7zip \
archivers/unrar \
archivers/unzip
WRKDIST = ${WRKDIR}/Zipper
.include <bsd.port.mk>