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:
parent
cc99ba77c5
commit
2fd2c0506f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219531
@ -406,6 +406,7 @@
|
||||
SUBDIR += kslide
|
||||
SUBDIR += ksudoku
|
||||
SUBDIR += ktritoc
|
||||
SUBDIR += kuklomenos
|
||||
SUBDIR += kwappen
|
||||
SUBDIR += ladder
|
||||
SUBDIR += lapispuzzle
|
||||
|
25
games/kuklomenos/Makefile
Normal file
25
games/kuklomenos/Makefile
Normal 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>
|
3
games/kuklomenos/distinfo
Normal file
3
games/kuklomenos/distinfo
Normal 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
|
5
games/kuklomenos/pkg-descr
Normal file
5
games/kuklomenos/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user