From b4302dee546a6d6ab2358bd991bff3c57fabe499 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 23 Jun 1995 04:35:56 +0000 Subject: xtic-1.12, line up your pieces on a board to beat your computer. --- games/xtic/Makefile | 19 +++++++++++++++++++ games/xtic/distinfo | 1 + games/xtic/files/patch-aa | 8 ++++++++ games/xtic/pkg-comment | 1 + games/xtic/pkg-descr | 12 ++++++++++++ games/xtic/pkg-plist | 2 ++ 6 files changed, 43 insertions(+) create mode 100644 games/xtic/Makefile create mode 100644 games/xtic/distinfo create mode 100644 games/xtic/files/patch-aa create mode 100644 games/xtic/pkg-comment create mode 100644 games/xtic/pkg-descr create mode 100644 games/xtic/pkg-plist (limited to 'games/xtic') 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 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 -- cgit v1.2.3