aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/zipper
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2007-01-13 11:57:11 +0800
committerdinoex <dinoex@FreeBSD.org>2007-01-13 11:57:11 +0800
commit10e5fdd74da962755ef9143ee3527c0ea3b520ce (patch)
treeb2acf3a0558bc280d324653ad9ff9d894da2b338 /archivers/zipper
parentfe428440e71baaaf267f82dc50b9dec68afa7d84 (diff)
downloadfreebsd-ports-gnome-10e5fdd74da962755ef9143ee3527c0ea3b520ce.tar.gz
freebsd-ports-gnome-10e5fdd74da962755ef9143ee3527c0ea3b520ce.tar.zst
freebsd-ports-gnome-10e5fdd74da962755ef9143ee3527c0ea3b520ce.zip
- update to use new bsd.gnustep.mk
PR: Submitted by: Reviewed by: Approved by: gurkan@linuks.mine.nu Obtained from: MFC after: Security:
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>