diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-10 23:07:36 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-10 23:07:36 +0800 |
commit | eaab243b5ba7b6bf11c6b4abc0b4794811203b05 (patch) | |
tree | a745539d0075aa2e12627d9a4f67f7efbc89301a /games/xye | |
parent | a102eecd971da6e734f7360cd61bf68a23b870a4 (diff) | |
download | freebsd-ports-gnome-eaab243b5ba7b6bf11c6b4abc0b4794811203b05.tar.gz freebsd-ports-gnome-eaab243b5ba7b6bf11c6b4abc0b4794811203b05.tar.zst freebsd-ports-gnome-eaab243b5ba7b6bf11c6b4abc0b4794811203b05.zip |
In this game you have to get/eat all the diamonds in the level,
but it is not as easy as it sounds, many dangers are present,
traps made out of those arrow blocks, for example.
Also beasts that try to eat you.
WWW: http://xye.sourceforge.net/
PR: ports/96738
Submitted by: Robert Gogolok <gogo@cs.uni-sb.de>
Approved by: lawrance (mentor, implicit)
Diffstat (limited to 'games/xye')
-rw-r--r-- | games/xye/Makefile | 25 | ||||
-rw-r--r-- | games/xye/distinfo | 3 | ||||
-rw-r--r-- | games/xye/pkg-descr | 6 | ||||
-rw-r--r-- | games/xye/pkg-plist | 31 |
4 files changed, 65 insertions, 0 deletions
diff --git a/games/xye/Makefile b/games/xye/Makefile new file mode 100644 index 000000000000..fbeaf1beefe4 --- /dev/null +++ b/games/xye/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: xye +# Date created: 3 May 2006 +# Whom: Robert Gogolok <gogo@cs.uni-sb.de> +# +# $FreeBSD$ +# + +PORTNAME= xye +PORTVERSION= 0.7.6.2 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= gogo@cs.uni-sb.de +COMMENT= A puzzle game for X + +USE_SDL= sdl image +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-docdir=${PREFIX}/share/doc +USE_GMAKE= yes + +post-patch: + @${REINPLACE_CMD} -E 's,#include.*<SDL/(SDL.*\.h)>,#include <SDL11/\1>,g' ${WRKSRC}/src/vxsdl.h + +.include <bsd.port.mk> diff --git a/games/xye/distinfo b/games/xye/distinfo new file mode 100644 index 000000000000..2a1bb18013f2 --- /dev/null +++ b/games/xye/distinfo @@ -0,0 +1,3 @@ +MD5 (xye-0.7.6.2.tar.gz) = 8625d57076cbb3fd656e55cd9aa24748 +SHA256 (xye-0.7.6.2.tar.gz) = 695a1d61a9f0e56af4115cc239863d1abc26d34486149297d368304a5706c6bf +SIZE (xye-0.7.6.2.tar.gz) = 462095 diff --git a/games/xye/pkg-descr b/games/xye/pkg-descr new file mode 100644 index 000000000000..38c79da578a9 --- /dev/null +++ b/games/xye/pkg-descr @@ -0,0 +1,6 @@ +In this game you have to get/eat all the diamonds in the level, +but it is not as easy as it sounds, many dangers are present, +traps made out of those arrow blocks, for example. +Also beasts that try to eat you. + +WWW: http://xye.sourceforge.net/ diff --git a/games/xye/pkg-plist b/games/xye/pkg-plist new file mode 100644 index 000000000000..77342860da0d --- /dev/null +++ b/games/xye/pkg-plist @@ -0,0 +1,31 @@ +bin/xye + +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/format.txt +%%PORTDOCS%%%%DOCSDIR%%/template.xye.xml +%%PORTDOCS%%%%DOCSDIR%%/GAMEINTRO.txt +%%PORTDOCS%%%%DOCSDIR%%/xyeicon.png +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%@dirrm %%DOCSDIR%% + +%%DATADIR%%/levels/5levels.xye +%%DATADIR%%/levels/kye.xye +%%DATADIR%%/levels/levels.xye +%%DATADIR%%/levels/logo.xye +%%DATADIR%%/levels/Mic4.xye +%%DATADIR%%/levels/pxlevels.xye +%%DATADIR%%/levels/microban.xsb +%%DATADIR%%/levels/tutorials.xye +%%DATADIR%%/res/default.xml +%%DATADIR%%/res/classic.xml +%%DATADIR%%/res/xye.png +%%DATADIR%%/res/kye.png +%%DATADIR%%/res/fon.bmp +%%DATADIR%%/res/fon_bold.bmp + +@dirrm share/xye/levels +@dirrm share/xye/res +@dirrm share/xye |