diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-03-30 03:45:46 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-03-30 03:45:46 +0000 |
commit | 16730cd37b8f7cadbefee34c3f2deb96c6c790bd (patch) | |
tree | c4141d8257c38c6940c40afcf5c431de54dc5e69 | |
parent | 2da4f3a9bc2ab90aea298d8554722d670dc20b0f (diff) | |
download | FreeBSD-ports-16730cd37b8f7cadbefee34c3f2deb96c6c790bd.zip FreeBSD-ports-16730cd37b8f7cadbefee34c3f2deb96c6c790bd.tar.gz |
Update port to 5.5.2
Add WWW
PR: 17665
Submitted by: tkato@prontomail.ne.jp
-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 3372bf4..1beb33c 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 5d3814b..6223193 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 c9f238d..a205466 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 |