diff options
author | taoka <taoka@FreeBSD.org> | 1999-05-01 09:58:18 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-05-01 09:58:18 +0800 |
commit | 9a40185d41f8f5bee1d230ee352fb58a9ac858b2 (patch) | |
tree | d5b814e7d6d29b9fb26771d3bf1764c52157da3d /games | |
parent | ad06e242351ed8acf0bea7f2553ecf257513ab6a (diff) | |
download | freebsd-ports-gnome-9a40185d41f8f5bee1d230ee352fb58a9ac858b2.tar.gz freebsd-ports-gnome-9a40185d41f8f5bee1d230ee352fb58a9ac858b2.tar.zst freebsd-ports-gnome-9a40185d41f8f5bee1d230ee352fb58a9ac858b2.zip |
Hexagons puzzle (similar to Fifteen Puzzle) for X Window System.
PR: 11364
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'games')
-rw-r--r-- | games/xhexagons/Makefile | 29 | ||||
-rw-r--r-- | games/xhexagons/distinfo | 1 | ||||
-rw-r--r-- | games/xhexagons/pkg-comment | 1 | ||||
-rw-r--r-- | games/xhexagons/pkg-descr | 7 | ||||
-rw-r--r-- | games/xhexagons/pkg-plist | 2 |
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 |