Update port to 5.5.2
Add WWW PR: 17665 Submitted by: tkato@prontomail.ne.jp
This commit is contained in:
parent
61696f8e15
commit
d31af945cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27138
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xhexagons-5.4.4.tar.gz) = 34215c94ed13fdbf47ed98d44bf2db45
|
||||
MD5 (xhexagons-5.5.2.tar.gz) = a267f12e3f2a9dc031fd3ce4c041f6ad
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user