summaryrefslogtreecommitdiff
path: root/games/zoom/Makefile
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-06-27 04:48:41 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-06-27 04:48:41 +0000
commitcc2d940b2ac2a47225285bc5f63e2c5f2cf6cfee (patch)
treec74dd2f179ae0aabd2c323e5a02bf0b883853e72 /games/zoom/Makefile
parentbug fixes: irc/dancer (diff)
update games/zoom: 1.0.1 --> 1.0.1a
PR: 53795 Submitted by: Jan Stocker <Jan.Stocker@t-online.de> (maintainer)
Notes
Notes: svn path=/head/; revision=83719
Diffstat (limited to 'games/zoom/Makefile')
-rw-r--r--games/zoom/Makefile14
1 files changed, 12 insertions, 2 deletions
diff --git a/games/zoom/Makefile b/games/zoom/Makefile
index f8eedafc9647..c67f91ffd103 100644
--- a/games/zoom/Makefile
+++ b/games/zoom/Makefile
@@ -6,10 +6,11 @@
#
PORTNAME= zoom
-PORTVERSION= 1.0.1
+PORTVERSION= 1.0.1a
CATEGORIES= games
MASTER_SITES= http://www.logicalshift.demon.co.uk/unix/${PORTNAME}/
-DISTNAME= ${PORTNAME}-${PORTVERSION}
+DISTFILES= ${DISTFILE_SRC} ${DISTFILE_PATCH}
+EXTRACT_ONLY= ${DISTFILE_SRC}
MAINTAINER= Jan.Stocker@t-online.de
COMMENT= Z-Interpreter for X with full V6 support
@@ -18,9 +19,13 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
NOT_FOR_ARCHS= sparc64
+USE_PERL5= yes
+USE_XLIB= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
+DISTFILE_SRC= ${PORTNAME}-1.0.1.tar.gz
+DISTFILE_PATCH= zoom-1.0.1-1.0.1a.patch
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
@@ -28,4 +33,9 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
MAKE_ENV= ${CONFIGURE_ENV}
+post-extract:
+ ${MV} ${WRKDIR}/${PORTNAME}-1.0.1 ${WRKSRC}
+ @cd ${WRKDIR} && \
+ ${PATCH} < ${DISTDIR}/${DISTFILE_PATCH}
+
.include <bsd.port.mk>