diff options
author | flathill <flathill@FreeBSD.org> | 1998-12-21 19:51:11 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1998-12-21 19:51:11 +0800 |
commit | 61fd37f9782a88621bf62b4bb32a837cc7855499 (patch) | |
tree | 03bc306fd6afba2e0b34eb8a03cbaa35f8a23941 /games/xkoules | |
parent | 2e10505a37ecd99aa9939ea098fb550c3adcc60a (diff) | |
download | freebsd-ports-gnome-61fd37f9782a88621bf62b4bb32a837cc7855499.tar.gz freebsd-ports-gnome-61fd37f9782a88621bf62b4bb32a837cc7855499.tar.zst freebsd-ports-gnome-61fd37f9782a88621bf62b4bb32a837cc7855499.zip |
Add MASTER_SITES to Makefile
PR: ports/9152
Submitted by: andy@icc.surw.chel.su
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 |