diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-10 15:07:36 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-10 15:07:36 +0000 |
commit | f11d33d34cc489728f90d5df533a177725a6eb31 (patch) | |
tree | 879775b081ca80528d1a94b6778868e98c314d6c /games/xye | |
parent | 2cc9f7cd69d83df3d0af9fbdf8b614e90f75cc4c (diff) |
Notes
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 |