summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-05-01 01:58:18 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-05-01 01:58:18 +0000
commitb9113c4794fce55213a1bce6082d1eae59184065 (patch)
tree945fe45347a8e5012cef8d58b53d82db946405c3 /games
parentwdm needed to depend on libraries installed with WindowMaker. (diff)
Hexagons puzzle (similar to Fifteen Puzzle) for X Window System.
PR: 11364 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=18250
Diffstat (limited to 'games')
-rw-r--r--games/xhexagons/Makefile29
-rw-r--r--games/xhexagons/distinfo1
-rw-r--r--games/xhexagons/pkg-comment1
-rw-r--r--games/xhexagons/pkg-descr7
-rw-r--r--games/xhexagons/pkg-plist2
5 files changed, 40 insertions, 0 deletions
diff --git a/games/xhexagons/Makefile b/games/xhexagons/Makefile
new file mode 100644
index 000000000000..27e565f3af2b
--- /dev/null
+++ b/games/xhexagons/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: xhexagons
+# Version required: 5.4.4
+# Date created: 20 May 1998
+# Whom: Andrey Zakhvatov
+#
+# $Id$
+#
+
+DISTNAME= xhexagons-5.4.4
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+MASTER_SITE_SUBDIR= games/xpuzzles
+
+MAINTAINER= andy@icc.surw.chel.su
+
+WRKSRC= ${WRKDIR}/xhexagons
+USE_IMAKE= yes
+MAN1= xhexagons.1
+MANCOMPRESSED= no
+
+# Not configured to use Motif.
+# Optionally edit ${WRKSRC}/Imakefile before build.
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/xhexagons ${PREFIX}/bin
+ @${INSTALL_DATA} ${WRKSRC}/Hexagons.ad ${PREFIX}/lib/X11/app-defaults/Hexagons
+ @${INSTALL_MAN} ${WRKSRC}/xhexagons.man ${PREFIX}/man/man1/xhexagons.1
+
+.include <bsd.port.mk>
diff --git a/games/xhexagons/distinfo b/games/xhexagons/distinfo
new file mode 100644
index 000000000000..5d3814bcaa27
--- /dev/null
+++ b/games/xhexagons/distinfo
@@ -0,0 +1 @@
+MD5 (xhexagons-5.4.4.tar.gz) = 34215c94ed13fdbf47ed98d44bf2db45
diff --git a/games/xhexagons/pkg-comment b/games/xhexagons/pkg-comment
new file mode 100644
index 000000000000..4293e22d67aa
--- /dev/null
+++ b/games/xhexagons/pkg-comment
@@ -0,0 +1 @@
+Hexagons puzzle (similar to Fifteen Puzzle) for X Window System.
diff --git a/games/xhexagons/pkg-descr b/games/xhexagons/pkg-descr
new file mode 100644
index 000000000000..c9f238d63868
--- /dev/null
+++ b/games/xhexagons/pkg-descr
@@ -0,0 +1,7 @@
+Hexagons is a puzzle similar in nature to the Fifteen Puzzle.
+
+By building from the source and editing its Imakefile before the
+``build'' phase, you may be able to use Motif or LessTif with this port.
+
+- Andrey Zakhvatov
+andy@icc.surw.chel.su
diff --git a/games/xhexagons/pkg-plist b/games/xhexagons/pkg-plist
new file mode 100644
index 000000000000..dd157c044950
--- /dev/null
+++ b/games/xhexagons/pkg-plist
@@ -0,0 +1,2 @@
+bin/xhexagons
+lib/X11/app-defaults/Hexagons