91ec19533d
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@
21 lines
455 B
Makefile
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>
|