From a29ec8d47c0dc1f468a0d2e11395e27e71ebec32 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 1 Nov 1999 04:10:49 +0000 Subject: Initial import of znibbles version 0.0.7. A multi-player networkd nibbles game. PR: 13343 Submitted by: Yin-Jieh Chen --- games/znibbles/Makefile | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 games/znibbles/Makefile (limited to 'games/znibbles/Makefile') diff --git a/games/znibbles/Makefile b/games/znibbles/Makefile new file mode 100644 index 000000000000..9d9c26df0388 --- /dev/null +++ b/games/znibbles/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: znibbles +# Version required: 0.0.7 +# Date created: 21 Aug 1999 +# Whom: Yin-Jieh Chen +# +# $FreeBSD$ +# + +DISTNAME= znibbles-0.0.7 +CATEGORIES= games +MASTER_SITES= http://www.stud.enst.fr/~vmallet/archives/ + +MAINTAINER= yinjieh@csie.nctu.edu.tw + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +HAS_CONFIGURE= yes +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ + GLIB_CONFIG="${GLIB_CONFIG}" + +MAN6= nibbles.6 znibbles.6 gznibbles.6 znibblesX.6 + +post-install: + @strip ${PREFIX}/bin/nibbles + @strip ${PREFIX}/bin/znibbles + @strip ${PREFIX}/bin/znibblesX + @strip ${PREFIX}/bin/gznibbles + +.include -- cgit v1.2.3