freebsd-ports/games/gtetrinet/Makefile
Chris Piazza 2b15175d6d 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>
2000-03-06 23:31:23 +00:00

21 lines
506 B
Makefile

# 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>