diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-31 15:41:47 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-31 15:41:47 +0800 |
commit | 586de1f87a4c58c9e47203b6c80db3954eae196b (patch) | |
tree | 1c68d56cbbeaf768ee2423009bd99f468b374f7c /games | |
parent | b0ba2d0b17d1aca02dbbe151ef167547cc263356 (diff) | |
download | freebsd-ports-gnome-586de1f87a4c58c9e47203b6c80db3954eae196b.tar.gz freebsd-ports-gnome-586de1f87a4c58c9e47203b6c80db3954eae196b.tar.zst freebsd-ports-gnome-586de1f87a4c58c9e47203b6c80db3954eae196b.zip |
update to 5.5.2
PR: 17670
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'games')
-rw-r--r-- | games/xpyraminx/Makefile | 27 | ||||
-rw-r--r-- | games/xpyraminx/distinfo | 2 | ||||
-rw-r--r-- | games/xpyraminx/pkg-descr | 2 |
3 files changed, 15 insertions, 16 deletions
diff --git a/games/xpyraminx/Makefile b/games/xpyraminx/Makefile index 06d2feaa16dc..33980e5aa5e1 100644 --- a/games/xpyraminx/Makefile +++ b/games/xpyraminx/Makefile @@ -1,29 +1,26 @@ # New ports collection makefile for: xpyraminx -# Version required: 5.4.4 +# Version required: 5.5.2 # Date created: 26 March 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= xpyraminx-5.4.4 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_XCONTRIB} +DISTNAME= xpyraminx-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}/xpyraminx -USE_IMAKE= yes -MAN1= xpyraminx.1 -MANCOMPRESSED= no - -# Not configured to use Motif. -# Optionally edit ${WRKSRC}/Imakefile before build. +WRKSRC= ${WRKDIR}/xpyraminx +USE_IMAKE= yes +MAN1= xpyraminx.1 +MANCOMPRESSED= no do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/xpyraminx ${PREFIX}/bin - @ ${INSTALL_DATA} ${WRKSRC}/Pyraminx.ad ${PREFIX}/lib/X11/app-defaults/Pyraminx - @ ${INSTALL_MAN} ${WRKSRC}/xpyraminx.man ${PREFIX}/man/man1/xpyraminx.1 + ${INSTALL_PROGRAM} ${WRKSRC}/xpyraminx ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/Pyraminx.ad ${PREFIX}/lib/X11/app-defaults/Pyraminx + ${INSTALL_MAN} ${WRKSRC}/xpyraminx.man ${PREFIX}/man/man1/xpyraminx.1 .include <bsd.port.mk> diff --git a/games/xpyraminx/distinfo b/games/xpyraminx/distinfo index 5b353c2d8b9a..6dbb4aca1fc9 100644 --- a/games/xpyraminx/distinfo +++ b/games/xpyraminx/distinfo @@ -1 +1 @@ -MD5 (xpyraminx-5.4.4.tar.gz) = 55b5478d9b6782e1f47db07324089dc0 +MD5 (xpyraminx-5.5.2.tar.gz) = 2839245e0b7534f6d30b1b70afe59972 diff --git a/games/xpyraminx/pkg-descr b/games/xpyraminx/pkg-descr index d5df71b380ce..d0149e64d5b0 100644 --- a/games/xpyraminx/pkg-descr +++ b/games/xpyraminx/pkg-descr @@ -18,3 +18,5 @@ has a period 4 turning (edges turn with 90 degree intervals) which makes it analogous to the 2x2x2 Rubik's cube. This puzzle makes various non-tetrahedral shapes. The puzzle contained here has no period 4 turning flexability. + +WWW: http://www.tux.org/~bagleyd/puzzles.html |