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)
This commit is contained in:
parent
2cc9f7cd69
commit
f11d33d34c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165030
@ -844,6 +844,7 @@
|
||||
SUBDIR += xwelltris
|
||||
SUBDIR += xword
|
||||
SUBDIR += xworm
|
||||
SUBDIR += xye
|
||||
SUBDIR += xzip
|
||||
SUBDIR += yadex
|
||||
SUBDIR += yahtzee
|
||||
|
25
games/xye/Makefile
Normal file
25
games/xye/Makefile
Normal file
@ -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>
|
3
games/xye/distinfo
Normal file
3
games/xye/distinfo
Normal file
@ -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
|
6
games/xye/pkg-descr
Normal file
6
games/xye/pkg-descr
Normal file
@ -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/
|
31
games/xye/pkg-plist
Normal file
31
games/xye/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user