aboutsummaryrefslogtreecommitdiff
path: root/archivers/zipper
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-01-13 03:57:11 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-01-13 03:57:11 +0000
commit3aa9b484131b5835a7875ba57cac901593286b35 (patch)
tree1b244608d40358a88f07788208154d2ccac897f5 /archivers/zipper
parent95cf041567736c650172f843cc732c1ad5e96240 (diff)
downloadports-3aa9b484131b5835a7875ba57cac901593286b35.tar.gz
ports-3aa9b484131b5835a7875ba57cac901593286b35.zip
- update to use new bsd.gnustep.mk
PR: Submitted by: Reviewed by: Approved by: gurkan@linuks.mine.nu Obtained from: MFC after: Security:
Notes
Notes: svn path=/head/; revision=182274
Diffstat (limited to 'archivers/zipper')
-rw-r--r--archivers/zipper/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/zipper/Makefile b/archivers/zipper/Makefile
index 6860e799e0ac..cae02f357c03 100644
--- a/archivers/zipper/Makefile
+++ b/archivers/zipper/Makefile
@@ -9,21 +9,21 @@ PORTNAME= zipper
PORTVERSION= 1.1
CATEGORIES= archivers
MASTER_SITES= http://xanthippe.dyndns.org/Zipper/ \
- http://io.debian.net/~tar/ports/distfiles/
+ ${MASTER_SITE_GNUSTEP_CH}
DISTNAME= Zipper-${PORTVERSION}
MAINTAINER= gurkan@linuks.mine.nu
COMMENT= Tool for inspecting the contents of a compressed archive
-WRKSRC= ${WRKDIR}/Zipper
-USE_GMAKE= yes
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}
-MAKEFILE= GNUmakefile
+
+WRKSRC= ${WRKDIR}/Zipper
+
RENAISSANCE_PORT?= x11-toolkits/renaissance
.include <bsd.port.mk>