From 66881b8a454c3ad15521672a2ec8c7a2bdbe447d Mon Sep 17 00:00:00 2001 From: Matthew Hunt Date: Sun, 19 Apr 1998 21:35:22 +0000 Subject: Import of xkoules 1.4, an action game for X11. PR: 5988 Submitted by: Andrey Zakhvatov --- games/xkoules/Makefile | 33 +++++++++++++++++++++++++++++++++ games/xkoules/distinfo | 1 + games/xkoules/files/patch-aa | 15 +++++++++++++++ games/xkoules/pkg-comment | 1 + games/xkoules/pkg-descr | 6 ++++++ games/xkoules/pkg-plist | 19 +++++++++++++++++++ 6 files changed, 75 insertions(+) create mode 100644 games/xkoules/Makefile create mode 100644 games/xkoules/distinfo create mode 100644 games/xkoules/files/patch-aa create mode 100644 games/xkoules/pkg-comment create mode 100644 games/xkoules/pkg-descr create mode 100644 games/xkoules/pkg-plist (limited to 'games/xkoules') diff --git a/games/xkoules/Makefile b/games/xkoules/Makefile new file mode 100644 index 000000000000..7f71146c8fa1 --- /dev/null +++ b/games/xkoules/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: xkoules +# Version required: 1.4 +# Date created: 11 March 1998 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= koules1.4-src +PKGNAME= xkoules-1.4 +CATEGORIES= games x11 +MASTER_SITES= http://www.paru.cas.cz/~hubicka/koules/packages/ + +MAINTAINER= andy@icc.surw.chel.su + +USE_IMAKE= yes +WRKSRC= ${WRKDIR}/koules1.4 +MAN6= xkoules.6 + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/xkoules ${PREFIX}/bin + @ ${MKDIR} ${PREFIX}/share/xkoules + @ ${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 +.if !defined(NOPORTDOCS) + @ ${MKDIR} ${PREFIX}/share/doc/xkoules +.for file in ANNOUNCE BUGS COPYING Card ChangeLog Koules.FAQ TODO + @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xkoules +.endfor +.endif + +.include diff --git a/games/xkoules/distinfo b/games/xkoules/distinfo new file mode 100644 index 000000000000..fe6eb4f9022f --- /dev/null +++ b/games/xkoules/distinfo @@ -0,0 +1 @@ +MD5 (koules1.4-src.tar.gz) = 0a5ac9e57c8b72e9fc200bc98273235c diff --git a/games/xkoules/files/patch-aa b/games/xkoules/files/patch-aa new file mode 100644 index 000000000000..eb18c96f0a29 --- /dev/null +++ b/games/xkoules/files/patch-aa @@ -0,0 +1,15 @@ +--- Iconfig.orig Wed Mar 4 15:29:05 1998 ++++ Iconfig Sun Apr 19 17:23:41 1998 +@@ -34,9 +34,9 @@ + recomended for linux*/ + /*#define I386ASSEMBLY*/ + /* directories*/ +-KOULESDIR =/usr/bin/X11 +-SOUNDDIR =/usr/local/lib/koules +-MANDIR =/usr/local/man/man6 ++KOULESDIR =$(PREFIX)/bin ++SOUNDDIR =$(PREFIX)/share/xkoules ++MANDIR =$(PREFIX)/man/man6 + + /*You need some extra libraryes for BSD sockets compatibility?*/ + /* TOP_INCLUDES = /* Sun users with GCC need this */ diff --git a/games/xkoules/pkg-comment b/games/xkoules/pkg-comment new file mode 100644 index 000000000000..dafb45ad93e5 --- /dev/null +++ b/games/xkoules/pkg-comment @@ -0,0 +1 @@ +Fast action arcade-style game for X Window. diff --git a/games/xkoules/pkg-descr b/games/xkoules/pkg-descr new file mode 100644 index 000000000000..b68014c4260c --- /dev/null +++ b/games/xkoules/pkg-descr @@ -0,0 +1,6 @@ + Koules is a fast action arcade-style game for X. This version +works in fine (up to 900x620) resolution with cool 256 color +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. diff --git a/games/xkoules/pkg-plist b/games/xkoules/pkg-plist new file mode 100644 index 000000000000..9402dccf115c --- /dev/null +++ b/games/xkoules/pkg-plist @@ -0,0 +1,19 @@ +bin/xkoules +man/man6/xkoules.6.gz +share/doc/xkoules/ANNOUNCE +share/doc/xkoules/BUGS +share/doc/xkoules/COPYING +share/doc/xkoules/Card +share/doc/xkoules/ChangeLog +share/doc/xkoules/Koules.FAQ +share/doc/xkoules/TODO +share/xkoules/koules.sndsrv.freebsd +share/xkoules/colize.raw +share/xkoules/creator1.raw +share/xkoules/creator2.raw +share/xkoules/destroy1.raw +share/xkoules/destroy2.raw +share/xkoules/end.raw +share/xkoules/start.raw +@dirrm share/doc/xkoules +@dirrm share/xkoules -- cgit v1.2.3