diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2008-08-31 18:07:44 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2008-08-31 18:07:44 +0000 |
commit | 2fd2c0506fa7fac74c48cfece4a39b07f675a67d (patch) | |
tree | f40a0496c95e72ac6af1c43d2a6a6bd29fa31838 | |
parent | cc99ba77c55e72fb249983ecf4543aaf659ece3a (diff) |
Notes
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/kuklomenos/Makefile | 25 | ||||
-rw-r--r-- | games/kuklomenos/distinfo | 3 | ||||
-rw-r--r-- | games/kuklomenos/pkg-descr | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 111839f8914d..cd97e0a55a87 100644 --- a/games/Makefile +++ b/games/Makefile @@ -406,6 +406,7 @@ SUBDIR += kslide SUBDIR += ksudoku SUBDIR += ktritoc + SUBDIR += kuklomenos SUBDIR += kwappen SUBDIR += ladder SUBDIR += lapispuzzle diff --git a/games/kuklomenos/Makefile b/games/kuklomenos/Makefile new file mode 100644 index 000000000000..1e67997f735f --- /dev/null +++ b/games/kuklomenos/Makefile @@ -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> diff --git a/games/kuklomenos/distinfo b/games/kuklomenos/distinfo new file mode 100644 index 000000000000..63f70b06d6a8 --- /dev/null +++ b/games/kuklomenos/distinfo @@ -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 diff --git a/games/kuklomenos/pkg-descr b/games/kuklomenos/pkg-descr new file mode 100644 index 000000000000..0d67cfd747fa --- /dev/null +++ b/games/kuklomenos/pkg-descr @@ -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/ |