diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-31 07:43:20 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-31 07:43:20 +0000 |
commit | 50bf2b9b2b90016fda36edba756e9b64164f0990 (patch) | |
tree | d56b228f3ea87eff8b752e46873aa9340ea1eb6b /games | |
parent | 586de1f87a4c58c9e47203b6c80db3954eae196b (diff) | |
download | FreeBSD-ports-50bf2b9b2b90016fda36edba756e9b64164f0990.zip FreeBSD-ports-50bf2b9b2b90016fda36edba756e9b64164f0990.tar.gz |
update to 5.5.2
PR: 17671
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'games')
-rw-r--r-- | games/xskewb/Makefile | 27 | ||||
-rw-r--r-- | games/xskewb/distinfo | 2 | ||||
-rw-r--r-- | games/xskewb/pkg-descr | 2 |
3 files changed, 15 insertions, 16 deletions
diff --git a/games/xskewb/Makefile b/games/xskewb/Makefile index fa3f193..3fe7702 100644 --- a/games/xskewb/Makefile +++ b/games/xskewb/Makefile @@ -1,29 +1,26 @@ # New ports collection makefile for: xskewb -# Version required: 5.4.4 +# Version required: 5.5.2 # Date created: 25 March 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= xskewb-5.4.4 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_XCONTRIB} +DISTNAME= xskewb-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}/xskewb -USE_IMAKE= yes -MAN1= xskewb.1 -MANCOMPRESSED= no - -# Not configured to use Motif. -# Optionally edit ${WRKSRC}/Imakefile before build. +WRKSRC= ${WRKDIR}/xskewb +USE_IMAKE= yes +MAN1= xskewb.1 +MANCOMPRESSED= no do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/xskewb ${PREFIX}/bin - @${INSTALL_DATA} ${WRKSRC}/Skewb.ad ${PREFIX}/lib/X11/app-defaults/Skewb - @${INSTALL_MAN} ${WRKSRC}/xskewb.man ${PREFIX}/man/man1/xskewb.1 + ${INSTALL_PROGRAM} ${WRKSRC}/xskewb ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/Skewb.ad ${PREFIX}/lib/X11/app-defaults/Skewb + ${INSTALL_MAN} ${WRKSRC}/xskewb.man ${PREFIX}/man/man1/xskewb.1 .include <bsd.port.mk> diff --git a/games/xskewb/distinfo b/games/xskewb/distinfo index 594ad87..d407dba 100644 --- a/games/xskewb/distinfo +++ b/games/xskewb/distinfo @@ -1 +1 @@ -MD5 (xskewb-5.4.4.tar.gz) = aa7effc670bf1031394fbaa6368465a4 +MD5 (xskewb-5.5.2.tar.gz) = d8a83df30255afea3c8aada1fcbb909c diff --git a/games/xskewb/pkg-descr b/games/xskewb/pkg-descr index eacd2b8..cd0e8a6 100644 --- a/games/xskewb/pkg-descr +++ b/games/xskewb/pkg-descr @@ -9,5 +9,7 @@ such as the "Creative Puzzle Ball", "Meffert's Challenge", and Disney's 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 |