diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-30 03:45:46 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-30 03:45:46 +0000 |
commit | d31af945cd3041df00f21b779218ae67a7bb8fa2 (patch) | |
tree | 49c853e583a76e397e321de061bdd4251b28cb91 /games/xhexagons | |
parent | 61696f8e1593b8cd29f8e0296b1913b30bf2745e (diff) | |
download | ports-d31af945cd3041df00f21b779218ae67a7bb8fa2.tar.gz ports-d31af945cd3041df00f21b779218ae67a7bb8fa2.zip |
Notes
Diffstat (limited to 'games/xhexagons')
-rw-r--r-- | games/xhexagons/Makefile | 27 | ||||
-rw-r--r-- | games/xhexagons/distinfo | 2 | ||||
-rw-r--r-- | games/xhexagons/pkg-descr | 2 |
3 files changed, 15 insertions, 16 deletions
diff --git a/games/xhexagons/Makefile b/games/xhexagons/Makefile index 3372bf42e5c6..1beb33cd86ac 100644 --- a/games/xhexagons/Makefile +++ b/games/xhexagons/Makefile @@ -1,29 +1,26 @@ # New ports collection makefile for: xhexagons -# Version required: 5.4.4 +# Version required: 5.5.2 # Date created: 20 May 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= xhexagons-5.4.4 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_XCONTRIB} +DISTNAME= xhexagons-5.5.2 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games/xpuzzles -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org -WRKSRC= ${WRKDIR}/xhexagons -USE_IMAKE= yes -MAN1= xhexagons.1 -MANCOMPRESSED= no - -# Not configured to use Motif. -# Optionally edit ${WRKSRC}/Imakefile before build. +WRKSRC= ${WRKDIR}/xhexagons +USE_IMAKE= yes +MAN1= xhexagons.1 +MANCOMPRESSED= no 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 + ${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 index 5d3814bcaa27..622319320101 100644 --- a/games/xhexagons/distinfo +++ b/games/xhexagons/distinfo @@ -1 +1 @@ -MD5 (xhexagons-5.4.4.tar.gz) = 34215c94ed13fdbf47ed98d44bf2db45 +MD5 (xhexagons-5.5.2.tar.gz) = a267f12e3f2a9dc031fd3ce4c041f6ad diff --git a/games/xhexagons/pkg-descr b/games/xhexagons/pkg-descr index c9f238d63868..a20546698f2b 100644 --- a/games/xhexagons/pkg-descr +++ b/games/xhexagons/pkg-descr @@ -3,5 +3,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. +WWW: http://www.tux.org/~bagleyd/puzzles.html + - Andrey Zakhvatov andy@icc.surw.chel.su |