diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/xtic/Makefile | 19 | ||||
-rw-r--r-- | games/xtic/distinfo | 1 | ||||
-rw-r--r-- | games/xtic/files/patch-aa | 8 | ||||
-rw-r--r-- | games/xtic/pkg-comment | 1 | ||||
-rw-r--r-- | games/xtic/pkg-descr | 12 | ||||
-rw-r--r-- | games/xtic/pkg-plist | 2 |
6 files changed, 43 insertions, 0 deletions
diff --git a/games/xtic/Makefile b/games/xtic/Makefile new file mode 100644 index 000000000000..0118ef62cfcc --- /dev/null +++ b/games/xtic/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: xtic +# Version required: 1.12 +# Date created: 22 June 1995 +# Whom: asami +# +# $Id: Makefile,v 1.4 1995/04/11 00:20:39 asami Exp $ +# + +DISTNAME= xtic1.12 +PKGNAME= xtic-1.12 +CATEGORIES+= games +MASTER_SITES= ftp://ftp.x.org/contrib/games/ \ + ftp://crl.dec.com/pub/X11/contrib/games/ + +MAINTAINER= asami@FreeBSD.ORG + +USE_IMAKE= yes + +.include <bsd.port.mk> diff --git a/games/xtic/distinfo b/games/xtic/distinfo new file mode 100644 index 000000000000..62a87fca5877 --- /dev/null +++ b/games/xtic/distinfo @@ -0,0 +1 @@ +MD5 (xtic1.12.tar.gz) = 88d61d3a4215b2507489df44852b5c06 diff --git a/games/xtic/files/patch-aa b/games/xtic/files/patch-aa new file mode 100644 index 000000000000..9c8aea70ad7b --- /dev/null +++ b/games/xtic/files/patch-aa @@ -0,0 +1,8 @@ +--- ./configure.h.org Sun Jun 18 13:31:44 1995 ++++ ./configure.h Thu Jun 22 21:17:57 1995 +@@ -20,4 +20,4 @@ + /* Linker flags needed to locate and link in the Xpm library + * Change this to the correct place, if needed */ + +-#define XPMLIBRARY -L/usr/local/lib -lXpm ++#define XPMLIBRARY -L/usr/X11R6/lib -lXpm diff --git a/games/xtic/pkg-comment b/games/xtic/pkg-comment new file mode 100644 index 000000000000..97a33b49852f --- /dev/null +++ b/games/xtic/pkg-comment @@ -0,0 +1 @@ +xtic-1.12, X version of a simple but tricky board game diff --git a/games/xtic/pkg-descr b/games/xtic/pkg-descr new file mode 100644 index 000000000000..edb04c6cb7a1 --- /dev/null +++ b/games/xtic/pkg-descr @@ -0,0 +1,12 @@ +Xtic is a board game designed for the X windows environment. +The game is a two-player game, although for the moment,it +is only possible to play against the computer. The board is +composed of 4x4 squares and 16 pieces. Each piece has four +properties: black or brown, horizontal or vertical, solid or hollow, +round or square. This makes up 16 possible combinations and there +is exactly one piece for each possibility. + +This is version 1.12. + +- Satoshi +asami@cs.berkeley.edu diff --git a/games/xtic/pkg-plist b/games/xtic/pkg-plist new file mode 100644 index 000000000000..dad8fa977447 --- /dev/null +++ b/games/xtic/pkg-plist @@ -0,0 +1,2 @@ +bin/xtic +man/man1/xtic.1.gz |