mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
New port: games/geki2
It is 2D length scroll shooting game, based on the KXL libraries
This commit is contained in:
parent
ada16c01ec
commit
1de7d81740
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144627
@ -181,6 +181,7 @@
|
||||
SUBDIR += garith
|
||||
SUBDIR += gbottler
|
||||
SUBDIR += gcompris2
|
||||
SUBDIR += geki2
|
||||
SUBDIR += gemdropx
|
||||
SUBDIR += ggz-client-libs
|
||||
SUBDIR += ggz-txt-client
|
||||
|
23
games/geki2/Makefile
Normal file
23
games/geki2/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: geki2
|
||||
# Date created: 16 June 2001
|
||||
# Whom: Edwin Groothuis <edwin@mavetju.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= geki2
|
||||
PORTVERSION= 2.0.3
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://kxl.hn.org/download/
|
||||
DISTNAME= ${PORTNAME}-KXL-${PORTVERSION}
|
||||
|
||||
MAINTAINER= edwin@mavetju.org
|
||||
COMMENT= 2D length scroll shooting game
|
||||
|
||||
BUILD_DEPENDS= ${X11BASE}/include/KXL.h:${PORTSDIR}/games/kxl
|
||||
RUN_DEPENDS= ${X11BASE}/lib/libKXL-1.1.7.so:${PORTSDIR}/games/kxl
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
games/geki2/distinfo
Normal file
2
games/geki2/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (geki2-KXL-2.0.3.tar.gz) = 9bb542ea15a4e6b5f51164c19cc0a674
|
||||
SIZE (geki2-KXL-2.0.3.tar.gz) = 708419
|
3
games/geki2/pkg-descr
Normal file
3
games/geki2/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
It is 2D length scroll shooting game
|
||||
|
||||
WWW: http://kxl.hn.org/games.php
|
72
games/geki2/pkg-plist
Normal file
72
games/geki2/pkg-plist
Normal file
@ -0,0 +1,72 @@
|
||||
bin/geki2
|
||||
share/geki2/data/stage1.dat
|
||||
share/geki2/data/stage2.dat
|
||||
share/geki2/data/stage3.dat
|
||||
share/geki2/data/stage4.dat
|
||||
share/geki2/data/stage5.dat
|
||||
share/geki2/data/stage6.dat
|
||||
share/geki2/data/map1.dat
|
||||
share/geki2/data/map2.dat
|
||||
share/geki2/data/map3.dat
|
||||
share/geki2/data/map4.dat
|
||||
share/geki2/data/map5.dat
|
||||
share/geki2/data/map6.dat
|
||||
share/geki2/data/.score
|
||||
share/geki2/wav/bgm1.wav
|
||||
share/geki2/wav/bgm2.wav
|
||||
share/geki2/wav/bgm3.wav
|
||||
share/geki2/wav/bgm4.wav
|
||||
share/geki2/wav/bgm5.wav
|
||||
share/geki2/wav/bomb.wav
|
||||
share/geki2/wav/laser5.wav
|
||||
share/geki2/wav/warning.wav
|
||||
share/geki2/wav/boss.wav
|
||||
share/geki2/wav/open.wav
|
||||
share/geki2/wav/laser.wav
|
||||
share/geki2/wav/pow.wav
|
||||
share/geki2/wav/go.wav
|
||||
share/geki2/wav/bgm6.wav
|
||||
share/geki2/bmp/back1.bmp
|
||||
share/geki2/bmp/boss2.bmp
|
||||
share/geki2/bmp/enemyshot4.bmp
|
||||
share/geki2/bmp/kuru.bmp
|
||||
share/geki2/bmp/myshot.bmp
|
||||
share/geki2/bmp/back2.bmp
|
||||
share/geki2/bmp/boss3.bmp
|
||||
share/geki2/bmp/enemyshot5.bmp
|
||||
share/geki2/bmp/mboss.bmp
|
||||
share/geki2/bmp/uraura.bmp
|
||||
share/geki2/bmp/back3.bmp
|
||||
share/geki2/bmp/boss3laser.bmp
|
||||
share/geki2/bmp/flash.bmp
|
||||
share/geki2/bmp/uturn.bmp
|
||||
share/geki2/bmp/back4.bmp
|
||||
share/geki2/bmp/back6.bmp
|
||||
share/geki2/bmp/boss6.bmp
|
||||
share/geki2/bmp/boss4.bmp
|
||||
share/geki2/bmp/houdai.bmp
|
||||
share/geki2/bmp/my.bmp
|
||||
share/geki2/bmp/warning.bmp
|
||||
share/geki2/bmp/back5.bmp
|
||||
share/geki2/bmp/boss5.bmp
|
||||
share/geki2/bmp/ilaser.bmp
|
||||
share/geki2/bmp/mylaser1.bmp
|
||||
share/geki2/bmp/zako.bmp
|
||||
share/geki2/bmp/bomb1.bmp
|
||||
share/geki2/bmp/enemyshot1.bmp
|
||||
share/geki2/bmp/ishot.bmp
|
||||
share/geki2/bmp/mylaser2.bmp
|
||||
share/geki2/bmp/bomb2.bmp
|
||||
share/geki2/bmp/enemyshot2.bmp
|
||||
share/geki2/bmp/item.bmp
|
||||
share/geki2/bmp/mylaser3.bmp
|
||||
share/geki2/bmp/boss1.bmp
|
||||
share/geki2/bmp/enemyshot3.bmp
|
||||
share/geki2/bmp/jiwa.bmp
|
||||
share/geki2/bmp/mylaser4.bmp
|
||||
share/geki2/bmp/choro.bmp
|
||||
share/geki2/bmp/elaser.bmp
|
||||
@dirrm share/geki2/wav
|
||||
@dirrm share/geki2/data
|
||||
@dirrm share/geki2/bmp
|
||||
@dirrm share/geki2
|
Loading…
Reference in New Issue
Block a user