summaryrefslogtreecommitdiff
path: root/games/zoom/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2003-06-03 05:05:46 +0000
committerWill Andrews <will@FreeBSD.org>2003-06-03 05:05:46 +0000
commit92f9c34b072fc3627ee82af4f3e4f981921a9f8e (patch)
treefeb465189a21250b343962b8f51659f3589fef3c /games/zoom/Makefile
parentAdd vls 0.5.0, an X11 video streaming client/server solution. (diff)
Add zoom 1.0.1, a Z-Interpreter for X with full V6 support.
PR: 52953 Submitted by: Jan Stocker <Jan.Stocker@t-online.de>
Notes
Notes: svn path=/head/; revision=82165
Diffstat (limited to 'games/zoom/Makefile')
-rw-r--r--games/zoom/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/games/zoom/Makefile b/games/zoom/Makefile
new file mode 100644
index 000000000000..389a9acff4fb
--- /dev/null
+++ b/games/zoom/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: zoom
+# Date created: May 07 2003
+# Whom: Jan Stocker <Jan.Stocker@t-online.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= zoom
+PORTVERSION= 1.0.1
+CATEGORIES= games
+MASTER_SITES= http://www.logicalshift.demon.co.uk/unix/${PORTNAME}/
+DISTNAME= ${PORTNAME}-${PORTVERSION}
+
+MAINTAINER= Jan.Stocker@t-online.de
+COMMENT= Z-Interpreter for X with full V6 support
+
+LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
+CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
+ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
+
+MAKE_ENV= ${CONFIGURE_ENV}
+
+.include <bsd.port.mk>