diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-30 03:42:47 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-30 03:42:47 +0000 |
commit | 61696f8e1593b8cd29f8e0296b1913b30bf2745e (patch) | |
tree | d3f10cd17d85d1090727ff91059a2c0f47c8aad6 /games/xabacus | |
parent | 92f41f3c18c140d03f40583966d8a218c1b74738 (diff) | |
download | ports-61696f8e1593b8cd29f8e0296b1913b30bf2745e.tar.gz ports-61696f8e1593b8cd29f8e0296b1913b30bf2745e.zip |
Update port to 5.5.2
Fix MASTER_SITES
Add WWW
PR: 17664
Submitted by: tkato@prontomail.ne.jp
Notes
Notes:
svn path=/head/; revision=27137
Diffstat (limited to 'games/xabacus')
-rw-r--r-- | games/xabacus/Makefile | 30 | ||||
-rw-r--r-- | games/xabacus/distinfo | 2 | ||||
-rw-r--r-- | games/xabacus/pkg-descr | 2 |
3 files changed, 18 insertions, 16 deletions
diff --git a/games/xabacus/Makefile b/games/xabacus/Makefile index a08dc3aef4d1..6c6827e7166c 100644 --- a/games/xabacus/Makefile +++ b/games/xabacus/Makefile @@ -1,30 +1,30 @@ # New ports collection makefile for: xabacus -# Version required: 5.4.4 +# Version required: 5.5.2 # Date created: 3 May 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= xabacus-5.4.4 -CATEGORIES= games -MASTER_SITES= ftp://ftp.tux.org/pub/people/david-bagley/xabacus/ \ - ${MASTER_SITE_XCONTRIB} +DISTNAME= xabacus-5.5.2 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ + ftp://ftp.tux.org/pub/tux/bagleyd/xabacus/ MASTER_SITE_SUBDIR= applications -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org -GNU_CONFIGURE= yes -USE_X_PREFIX= yes -REQUIRES_MOTIF= yes -WRKSRC= ${WRKDIR}/xabacus +WRKSRC= ${WRKDIR}/xabacus +REQUIRES_MOTIF= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes -MAN1= xabacus.1 +MAN1= xabacus.1 do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/xabacus ${PREFIX}/bin - @ ${INSTALL_PROGRAM} ${WRKSRC}/xmabacus ${PREFIX}/bin - @ ${INSTALL_DATA} ${WRKSRC}/Abacus.ad ${X11BASE}/lib/X11/app-defaults/Abacus - @ ${INSTALL_MAN} ${WRKSRC}/xabacus.man ${PREFIX}/man/man1/xabacus.1 + ${INSTALL_PROGRAM} ${WRKSRC}/xabacus ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/xmabacus ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/xabacus.man ${PREFIX}/man/man1/xabacus.1 + ${INSTALL_DATA} ${WRKSRC}/Abacus.ad ${X11BASE}/lib/X11/app-defaults/Abacus .include <bsd.port.mk> diff --git a/games/xabacus/distinfo b/games/xabacus/distinfo index f7052771de01..d1ac88777721 100644 --- a/games/xabacus/distinfo +++ b/games/xabacus/distinfo @@ -1 +1 @@ -MD5 (xabacus-5.4.4.tar.gz) = 853452525520fc4f791b86eec6e7a968 +MD5 (xabacus-5.5.2.tar.gz) = 2ec8d651b3a24c6919aac0ccf85bbe99 diff --git a/games/xabacus/pkg-descr b/games/xabacus/pkg-descr index 735e903ab92f..bb3ee106025d 100644 --- a/games/xabacus/pkg-descr +++ b/games/xabacus/pkg-descr @@ -5,3 +5,5 @@ simulate a computer within a computer, so what does that show). Actually, with a real abacus, one can move more than one row at a time with 10 fingers. But on the other hand, a real abacus does not have the current sum displayed as an integer. + +WWW: http://www.tux.org/~bagleyd/abacus.html |