1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add kuklomenos, simple but challenging abstract shoot-em-up game.

Defend yourself and the Nodes from encroaching Evil. Control and destroy the Nodes
before Evil can extract enough from them to destroy all.

WWW: http://mbays.freeshell.org/kuklomenos/
This commit is contained in:
Chin-San Huang 2008-08-31 18:07:44 +00:00
parent cc99ba77c5
commit 2fd2c0506f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219531
4 changed files with 34 additions and 0 deletions

View File

@ -406,6 +406,7 @@
SUBDIR += kslide
SUBDIR += ksudoku
SUBDIR += ktritoc
SUBDIR += kuklomenos
SUBDIR += kwappen
SUBDIR += ladder
SUBDIR += lapispuzzle

25
games/kuklomenos/Makefile Normal file
View File

@ -0,0 +1,25 @@
# New ports collection makefile for: kuklomenos
# Date created: 2008/08/31
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= kuklomenos
PORTVERSION= 0.2
CATEGORIES= games
MASTER_SITES= http://mbays.freeshell.org/kuklomenos/src/ LOCAL/chinsan/games
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Simple but challenging abstract shoot-em-up game
USE_SDL= sdl gfx
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="`${SDL_CONFIG} --cflags` `freetype-config --cflags` -I${LOCALBASE}/include " \
LDFLAGS="`${SDL_CONFIG} --libs` -L${LOCALBASE}/lib"
PLIST_FILES= bin/kuklomenos %%DATADIR%%/10x20.fnt %%DATADIR%%/7x13.fnt
PLIST_DIRS= %%DATADIR%%
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (kuklomenos-0.2.tar.gz) = 28df475440f60085b56f92b0caddf1b6
SHA256 (kuklomenos-0.2.tar.gz) = 5a36c34dfcc4cfa24d623242e9573c0b55108354f5a69a16330dba776fdfdb91
SIZE (kuklomenos-0.2.tar.gz) = 112600

View File

@ -0,0 +1,5 @@
Kuklomenos is a simple but challenging abstract shoot-em-up game. Defend
yourself and the Nodes from encroaching Evil. Control and destroy the Nodes
before Evil can extract enough from them to destroy all.
WWW: http://mbays.freeshell.org/kuklomenos/