summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-01-14 22:16:54 +0000
committerwiz <wiz@pkgsrc.org>2005-01-14 22:16:54 +0000
commit060a45a9db8b9010d5d42a85d712770894667fa2 (patch)
tree6bbd401ac08f00f1157688859c9b9bec339159b8
parentfbd8023f67364ac8fcaf1401f1c8b066f422a084 (diff)
downloadpkgsrc-060a45a9db8b9010d5d42a85d712770894667fa2.tar.gz
Initial import of kajaani-kombat:
Kajaani Kombat is a funny multiplayer game... and much more! It is a Rampart-like game (old arcade classic) set in space. Every player has a castle demarked by walls, and cannons to shoot at other player's castles. After the shooting phase there is a repair phase where one has to rebuild the walls such that one there is an area completely encased by walls (without holes). If one doesn't succeed with this, one loses. Kajaani Kombat is playable with two to four players, over the internet or alternatively two players sharing one computer. It is also possible to play over the internet with, for example, 4 players of which two are sharing the same computer. Enjoy it with your friends!
-rw-r--r--games/Makefile120
1 files changed, 25 insertions, 95 deletions
diff --git a/games/Makefile b/games/Makefile
index a7169f99b73..ce81bfac4bc 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -1,98 +1,28 @@
-# FreeBSD Id: Makefile,v 1.87 1997/10/15 04:58:31 max Exp
+# $NetBSD: Makefile,v 1.1.1.2 2005/01/14 22:16:54 wiz Exp $
#
- SUBDIR += acm
- SUBDIR += agm
- SUBDIR += an
- SUBDIR += angband
- SUBDIR += block
- SUBDIR += blue
- SUBDIR += bs
- SUBDIR += cgoban
- SUBDIR += connect4
- SUBDIR += cosmo
- SUBDIR += crossfire
- SUBDIR += dontspace
- SUBDIR += doom
- SUBDIR += empire
- SUBDIR += flying
- SUBDIR += freeciv
- SUBDIR += galaxis
- SUBDIR += gnuchess
- SUBDIR += gnugo
- SUBDIR += gnushogi
- SUBDIR += golddig
- SUBDIR += imaze
- SUBDIR += jetpack
- SUBDIR += klondike
- SUBDIR += lincity
- SUBDIR += nethack
- SUBDIR += nethack-qt
- SUBDIR += netris
- SUBDIR += oneko
- SUBDIR += oonsoo
- SUBDIR += qcc
- SUBDIR += quakeserver
- SUBDIR += sokoban
- SUBDIR += spider
- SUBDIR += starlanes
- SUBDIR += tksol
- SUBDIR += xasteroids
- SUBDIR += xbat
- SUBDIR += xbattle
- SUBDIR += xbill
- SUBDIR += xbl
- SUBDIR += xblackjack
- SUBDIR += xblast
- SUBDIR += xboard
- SUBDIR += xboing
- SUBDIR += xchomp
- SUBDIR += xcubes
- SUBDIR += xdeblock
- SUBDIR += xdino
- SUBDIR += xemeraldia
- SUBDIR += xevil
- SUBDIR += xeyesplus
- SUBDIR += xfrisk
- SUBDIR += xgalaga
- SUBDIR += xgammon
- SUBDIR += xgolgo
- SUBDIR += xinvaders
- SUBDIR += xjewel
- SUBDIR += xkobo
- SUBDIR += xlife
- SUBDIR += xmahjongg
- SUBDIR += xmille
- SUBDIR += xmine
- SUBDIR += xminehunter
- SUBDIR += xminesweep
- SUBDIR += xmj
- SUBDIR += xmris
- SUBDIR += xneko
- SUBDIR += xonix
- SUBDIR += xpacman
- SUBDIR += xpat2
- SUBDIR += xpilot
- SUBDIR += xpipeman
- SUBDIR += xpuyo
- SUBDIR += xpuzzletama
- SUBDIR += xripple
- SUBDIR += xrisk
- SUBDIR += xroach
- SUBDIR += xrobots
- SUBDIR += xrubik
- SUBDIR += xscrabble
- SUBDIR += xshisen
- SUBDIR += xshogi
- SUBDIR += xskat
- SUBDIR += xsokoban
- SUBDIR += xsol
- SUBDIR += xsoldier
- SUBDIR += xspringies
- SUBDIR += xtic
- SUBDIR += xtriangles
- SUBDIR += yahtzee
- SUBDIR += yamsweeper
- SUBDIR += ztrack
+DISTNAME= kajaani-kombat-0.6
+CATEGORIES= games
+MASTER_SITES= http://kombat.kajaani.net/dl/
-.include <bsd.port.subdir.mk>
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://kombat.kajaani.net/
+COMMENT= Rampart-like multiplayer game set in space
+
+USE_BUILDLINK3= yes
+USE_GNU_TOOLS+= make
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/kajaani-kombat ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/kajaani-kombat.6 ${PREFIX}/man/man6
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/kajaani-kombat
+ ${INSTALL_DATA} ${WRKSRC}/*.ogg ${PREFIX}/share/kajaani-kombat
+ ${INSTALL_DATA} ${WRKSRC}/*.png ${PREFIX}/share/kajaani-kombat
+ ${INSTALL_DATA} ${WRKSRC}/*.ttf ${PREFIX}/share/kajaani-kombat
+
+.include "../../audio/SDL_mixer/buildlink3.mk"
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../devel/SDL_ttf/buildlink3.mk"
+.include "../../graphics/SDL_image/buildlink3.mk"
+.include "../../net/SDL_net/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"