openbsd-ports/x11/gnustep/zipper/Makefile

23 lines
510 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.4 2012/08/22 07:15:52 sebastia Exp $
COMMENT = tool for inspecting compressed archvies
DISTNAME = Zipper-1.4
REVISION = 0
HOMEPAGE = http://gap.nongnu.org/zipper/
MASTER_SITES = ${MASTER_SITE_SAVANNAH:=gap/}
MODULES = x11/gnustep
WANTLIB += c m pthread
RUN_DEPENDS += archivers/lha \
archivers/p7zip \
archivers/unrar \
archivers/unzip
post-extract:
rm ${WRKSRC}/Resources/MainMenu-GNUstep.gsmarkup.orig \
${WRKSRC}/PreferencesController.m.orig
.include <bsd.port.mk>