diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-03-31 07:43:20 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-03-31 07:43:20 +0000 |
commit | a543ca00079a6b6520806c9301b318d094a04a23 (patch) | |
tree | 608a889ce5df0ac1378fb564f3675c60c654cf76 /games/xskewb | |
parent | 1f09257835c655b643a8e75762012ccd5f35ace1 (diff) | |
download | ports-a543ca00079a6b6520806c9301b318d094a04a23.tar.gz ports-a543ca00079a6b6520806c9301b318d094a04a23.zip |
Notes
Diffstat (limited to 'games/xskewb')
-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 fa3f1935b880..3fe7702b0821 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 594ad8723cf7..d407dbaa89a7 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 eacd2b83f201..cd0e8a643cd5 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 |