diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-12-21 11:51:11 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-12-21 11:51:11 +0000 |
commit | d4e8f81d321117d14c192b3d81ff178d9e1f899b (patch) | |
tree | 5ffd76340e2ee6795b73def11755192b7658af0b /games/xkoules | |
parent | 9fdb07b8fcb9c94410355666c5827e38d9bc3889 (diff) | |
download | ports-d4e8f81d321117d14c192b3d81ff178d9e1f899b.tar.gz ports-d4e8f81d321117d14c192b3d81ff178d9e1f899b.zip |
Notes
Diffstat (limited to 'games/xkoules')
-rw-r--r-- | games/xkoules/Makefile | 7 | ||||
-rw-r--r-- | games/xkoules/pkg-descr | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/games/xkoules/Makefile b/games/xkoules/Makefile index ec3593f01b69..b7bee5261d50 100644 --- a/games/xkoules/Makefile +++ b/games/xkoules/Makefile @@ -3,13 +3,14 @@ # Date created: 11 March 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.2 1998/07/27 23:24:58 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/25 00:43:54 asami Exp $ # DISTNAME= koules1.4-src PKGNAME= xkoules-1.4 CATEGORIES= games -MASTER_SITES= http://www.paru.cas.cz/~hubicka/koules/packages/ +MASTER_SITES= http://www.paru.cas.cz/~hubicka/koules/packages/ \ + ${MASTER_SITE_SUNSITE} MAINTAINER= andy@icc.surw.chel.su @@ -24,6 +25,8 @@ do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/koules.sndsrv.freebsd ${PREFIX}/share/xkoules @ ${INSTALL_DATA} ${WRKSRC}/sounds/*.raw ${PREFIX}/share/xkoules @ ${INSTALL_MAN} ${WRKSRC}/xkoules.6 ${PREFIX}/man/man6 + +post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/xkoules .for file in ANNOUNCE BUGS COPYING Card ChangeLog Koules.FAQ TODO diff --git a/games/xkoules/pkg-descr b/games/xkoules/pkg-descr index b68014c4260c..1f453d059af2 100644 --- a/games/xkoules/pkg-descr +++ b/games/xkoules/pkg-descr @@ -4,3 +4,5 @@ graphics, multiplayer mode up to 5 players, full sound and, of course, network support. Koules is an original idea. First version of Koules was developed from scratch by Jan Hubicka in July 1995. + +http://www.paru.cas.cz/~hubichka/koules/English/koules.html |