Import xwelltris 1.0.1; submitted by Jolan Luff <jolan@cryptonomicon.org>

2.5 dimensional tetris-like game
This commit is contained in:
wilfried 2003-04-09 13:50:10 +00:00
parent b2369cb427
commit 083aaf5fa2
4 changed files with 68 additions and 0 deletions

43
games/xwelltris/Makefile Normal file
View File

@ -0,0 +1,43 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/04/09 13:50:10 wilfried Exp $
COMMENT= "2.5 dimensional tetris-like game"
DISTNAME= ${PKGNAME}.src
PKGNAME= xwelltris-1.0.1
CATEGORIES= games x11
MASTER_SITES= ${HOMEPAGE}src/
HOMEPAGE= http://xnc.dubna.su/xwelltris/
MAINTAINER= Jolan Luff <jolan@cryptonomicon.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
NO_REGRESS= Yes
USE_X11= Yes
WRKDIST= ${WRKDIR}/${PKGNAME}
CONFIGURE_STYLE=gnu
FLAVORS= no_sdl
FLAVOR?=
.if ${FLAVOR:L:Mno_sdl}
CONFIGURE_ARGS+=--with-x
.else
CONFIGURE_ARGS+=--with-sdl
LIB_DEPENDS= SDL_image::devel/sdl-image
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xwelltris ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/xwelltris
${INSTALL_DATA} ${WRKSRC}/data/*.{dat,gif} \
${WRKSRC}/README.keys ${PREFIX}/share/xwelltris
.include <bsd.port.mk>

3
games/xwelltris/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (xwelltris-1.0.1.src.tar.gz) = 8730c2009244df113200b06c9e6b9885
RMD160 (xwelltris-1.0.1.src.tar.gz) = 32c11ba23e90baf1004d44c297d0d84f805a731e
SHA1 (xwelltris-1.0.1.src.tar.gz) = a4c63817966812eadaa0e4147f63889864d8b72a

View File

@ -0,0 +1,6 @@
XWelltris is a tetris-like game that has a "2.5D" environment.
Flavors:
no_sdl - do not build with SDL support
WWW: ${HOMEPAGE}

16
games/xwelltris/pkg/PLIST Normal file
View File

@ -0,0 +1,16 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/04/09 13:50:10 wilfried Exp $
@group games
@mode 2555
bin/xwelltris
@group
@mode
share/xwelltris/README.keys
share/xwelltris/board2.gif
share/xwelltris/font2.gif
share/xwelltris/polyomino.dat
share/xwelltris/topnine.gif
share/xwelltris/wellcuts.gif
share/xwelltris/wellintro.gif
@exec install -m 664 -o root -g games /dev/null %B/welltris.scores
@unexec rm -f %B/welltris.scores
@dirrm share/xwelltris