summaryrefslogtreecommitdiff
path: root/games/gtetrinet/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-03-06 23:31:23 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-03-06 23:31:23 +0000
commit2b15175d6ddd2816e80cbaa301ab59da92f5bb39 (patch)
treef8be16be5edee6f4f1e38f1c97bb56ae51505961 /games/gtetrinet/Makefile
parentSome makefile/install changes. (diff)
Add the gtetrinet port.
gtetrinet is a client program for the popular Tetrinet game, a multiplayer T.tris game that is played over the internet. PR: 17020 Submitted by: Dan Papasian <bugg@bugg.strangled.net>
Notes
Notes: svn path=/head/; revision=26595
Diffstat (limited to 'games/gtetrinet/Makefile')
-rw-r--r--games/gtetrinet/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/games/gtetrinet/Makefile b/games/gtetrinet/Makefile
new file mode 100644
index 000000000000..fb52b01fb319
--- /dev/null
+++ b/games/gtetrinet/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: gtetrinet
+# Version required: 0.4
+# Date created: 27 Feb 2000
+# Whom: Dan Papasian <bugg@bugg.strangled.net>
+#
+# $FreeBSD$
+
+DISTNAME= gtetrinet-0.4
+CATEGORIES= games
+MASTER_SITES= http://gtetrinet.netpedia.net/cgi-bin/download.cgi/
+
+MAINTAINER= bugg@bugg.strangled.net
+
+LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs
+
+GTK_CONFIG= "${X11BASE}/bin/gtk12-config"
+USE_GMAKE= yes
+CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>