diff options
author | mph <mph@FreeBSD.org> | 1998-04-19 21:35:22 +0000 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-04-19 21:35:22 +0000 |
commit | 49b104f1384c41ea9a7624cf53fbe4c9e98f1533 (patch) | |
tree | 4e9223822552e46dedfaeac60e7bac78f2adce24 /games/xkoules | |
parent | 779ddc3bbbf6113afd80f90cae01a192f0903b44 (diff) | |
download | FreeBSD-ports-49b104f1384c41ea9a7624cf53fbe4c9e98f1533.zip FreeBSD-ports-49b104f1384c41ea9a7624cf53fbe4c9e98f1533.tar.gz |
Import of xkoules 1.4, an action game for X11.
PR: 5988
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'games/xkoules')
-rw-r--r-- | games/xkoules/Makefile | 33 | ||||
-rw-r--r-- | games/xkoules/distinfo | 1 | ||||
-rw-r--r-- | games/xkoules/files/patch-aa | 15 | ||||
-rw-r--r-- | games/xkoules/pkg-comment | 1 | ||||
-rw-r--r-- | games/xkoules/pkg-descr | 6 | ||||
-rw-r--r-- | games/xkoules/pkg-plist | 19 |
6 files changed, 75 insertions, 0 deletions
diff --git a/games/xkoules/Makefile b/games/xkoules/Makefile new file mode 100644 index 0000000..7f71146 --- /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 <bsd.port.mk> diff --git a/games/xkoules/distinfo b/games/xkoules/distinfo new file mode 100644 index 0000000..fe6eb4f --- /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 0000000..eb18c96 --- /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 0000000..dafb45a --- /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 0000000..b68014c --- /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 0000000..9402dcc --- /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 |