diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-09 00:54:23 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-09 00:54:23 +0000 |
commit | 96e6b8388810148d4b15a1f9f4f58d20c489a32c (patch) | |
tree | 6b5980d417100b53accadce0445311dc79682547 /games/geki3/Makefile | |
parent | Slune is a fun action 3D game where races, pursuits, car crashing, (diff) |
new port: games/geki3
It is 2D horizontal scroll shooting game, based on the KXL libraries.
Notes
Notes:
svn path=/head/; revision=144631
Diffstat (limited to 'games/geki3/Makefile')
-rw-r--r-- | games/geki3/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/games/geki3/Makefile b/games/geki3/Makefile new file mode 100644 index 000000000000..d375bf4f9136 --- /dev/null +++ b/games/geki3/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: geki3 +# Date created: 9 October 2005 +# Whom: Edwin Groothuis <edwin@mavetju.org> +# +# $FreeBSD$ +# + +PORTNAME= geki3 +PORTVERSION= 1.0.3 +CATEGORIES= games +MASTER_SITES= http://kxl.hn.org/download/ +DISTNAME= ${PORTNAME}-KXL-${PORTVERSION} + +MAINTAINER= edwin@mavetju.org +COMMENT= 2D horizontal 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> |