Gridlock is a collection of grid-based board games for GNUstep, including
Ataxx, Reversi, Gomoku, Connect Four, Breakthrough, Glass Bead, Hexapawn,
Quad Wrangle, Cats and Dogs and Moray Eels. You can play against another
person or computer opponents of varying difficulty, even over the network.
102734
PR: 102734
Submitted by: Gürkan Sengün
2006-09-01 19:25:17 +00:00
|
|
|
# New ports collection makefile for: gridlock.app
|
|
|
|
# Date created: 31 Aug 2006
|
2008-04-10 16:11:24 +00:00
|
|
|
# Whom: gurkan@phys.ethz.ch
|
Gridlock is a collection of grid-based board games for GNUstep, including
Ataxx, Reversi, Gomoku, Connect Four, Breakthrough, Glass Bead, Hexapawn,
Quad Wrangle, Cats and Dogs and Moray Eels. You can play against another
person or computer opponents of varying difficulty, even over the network.
102734
PR: 102734
Submitted by: Gürkan Sengün
2006-09-01 19:25:17 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gridlock
|
|
|
|
PORTVERSION= 1.10
|
2008-06-06 14:17:21 +00:00
|
|
|
PORTREVISION= 2
|
2007-01-31 18:18:14 +00:00
|
|
|
CATEGORIES= games gnustep
|
2011-08-07 05:46:07 +00:00
|
|
|
MASTER_SITES= http://www.dozingcatsoftware.com/Gridlock/ \
|
2007-01-13 03:57:25 +00:00
|
|
|
${MASTER_SITE_GNUSTEP_CH}
|
Gridlock is a collection of grid-based board games for GNUstep, including
Ataxx, Reversi, Gomoku, Connect Four, Breakthrough, Glass Bead, Hexapawn,
Quad Wrangle, Cats and Dogs and Moray Eels. You can play against another
person or computer opponents of varying difficulty, even over the network.
102734
PR: 102734
Submitted by: Gürkan Sengün
2006-09-01 19:25:17 +00:00
|
|
|
DISTNAME= Gridlock-gnustep-${PORTVERSION}
|
|
|
|
|
2012-06-26 05:44:19 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
Gridlock is a collection of grid-based board games for GNUstep, including
Ataxx, Reversi, Gomoku, Connect Four, Breakthrough, Glass Bead, Hexapawn,
Quad Wrangle, Cats and Dogs and Moray Eels. You can play against another
person or computer opponents of varying difficulty, even over the network.
102734
PR: 102734
Submitted by: Gürkan Sengün
2006-09-01 19:25:17 +00:00
|
|
|
COMMENT= A collection of grid-based board games for GNUstep
|
|
|
|
|
2010-06-04 14:14:47 +00:00
|
|
|
LICENSE= MIT
|
|
|
|
|
Gridlock is a collection of grid-based board games for GNUstep, including
Ataxx, Reversi, Gomoku, Connect Four, Breakthrough, Glass Bead, Hexapawn,
Quad Wrangle, Cats and Dogs and Moray Eels. You can play against another
person or computer opponents of varying difficulty, even over the network.
102734
PR: 102734
Submitted by: Gürkan Sengün
2006-09-01 19:25:17 +00:00
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
2007-01-13 03:57:25 +00:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/Gridlock
|
Gridlock is a collection of grid-based board games for GNUstep, including
Ataxx, Reversi, Gomoku, Connect Four, Breakthrough, Glass Bead, Hexapawn,
Quad Wrangle, Cats and Dogs and Moray Eels. You can play against another
person or computer opponents of varying difficulty, even over the network.
102734
PR: 102734
Submitted by: Gürkan Sengün
2006-09-01 19:25:17 +00:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|#import <netinet/ip_compat.h>|#import <net/if.h>\n#import <netinet/ip_compat.h>|g' ${WRKSRC}/osdep.h
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|