Update to Xpuyopuyo 3.1. This release includes network play :)
Approved by: maintainer (Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>)
This commit is contained in:
parent
174c42b82c
commit
b4490c9873
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25125
3 changed files with 4 additions and 69 deletions
|
@ -6,7 +6,7 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= xpuyopuyo-0.2.7
|
||||
DISTNAME= xpuyopuyo-0.3.1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://chaos2.org/xpuyopuyo/ \
|
||||
http://lenin.dabney.caltech.edu/~justins/xpuyopuyo/
|
||||
|
@ -24,16 +24,8 @@ USE_X_PREFIX= yes
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}"
|
||||
CONFIGURE_ARGS= --enable-rotate-fixed --without-gnome
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/xpuyopuyo ${PREFIX}/bin/xpuyopuyo
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/share/xpuyopuyo
|
||||
.for i in AUTHORS COPYING ChangeLog INSTALL NEWS README TESTED TODO gtkrc
|
||||
@${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/xpuyopuyo
|
||||
.endfor
|
||||
@${MKDIR} ${PREFIX}/share/xpuyopuyo/img
|
||||
@${INSTALL_DATA} ${WRKSRC}/img/*.xpm ${PREFIX}/share/xpuyopuyo/img
|
||||
MAN1= xpuyopuyo.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (xpuyopuyo-0.2.7.tar.gz) = d044ad13241e51cb930ebeac8e4310c6
|
||||
MD5 (xpuyopuyo-0.3.1.tar.gz) = dbf25c1bea719d19586643901ce0fc3d
|
||||
|
|
|
@ -1,58 +1 @@
|
|||
bin/xpuyopuyo
|
||||
share/xpuyopuyo/AUTHORS
|
||||
share/xpuyopuyo/COPYING
|
||||
share/xpuyopuyo/ChangeLog
|
||||
share/xpuyopuyo/INSTALL
|
||||
share/xpuyopuyo/NEWS
|
||||
share/xpuyopuyo/README
|
||||
share/xpuyopuyo/TESTED
|
||||
share/xpuyopuyo/TODO
|
||||
share/xpuyopuyo/gtkrc
|
||||
share/xpuyopuyo/img/img_0.xpm
|
||||
share/xpuyopuyo/img/img_0j.xpm
|
||||
share/xpuyopuyo/img/img_1.xpm
|
||||
share/xpuyopuyo/img/img_1j.xpm
|
||||
share/xpuyopuyo/img/img_2.xpm
|
||||
share/xpuyopuyo/img/img_2j.xpm
|
||||
share/xpuyopuyo/img/img_3.xpm
|
||||
share/xpuyopuyo/img/img_3j.xpm
|
||||
share/xpuyopuyo/img/img_4.xpm
|
||||
share/xpuyopuyo/img/img_4j.xpm
|
||||
share/xpuyopuyo/img/img_5.xpm
|
||||
share/xpuyopuyo/img/img_5j.xpm
|
||||
share/xpuyopuyo/img/img_clear.xpm
|
||||
share/xpuyopuyo/img/img_clearb.xpm
|
||||
share/xpuyopuyo/img/img_expl.xpm
|
||||
share/xpuyopuyo/img/img_gameover.xpm
|
||||
share/xpuyopuyo/img/img_ind.xpm
|
||||
share/xpuyopuyo/img/img_num0.xpm
|
||||
share/xpuyopuyo/img/img_num1.xpm
|
||||
share/xpuyopuyo/img/img_num2.xpm
|
||||
share/xpuyopuyo/img/img_num3.xpm
|
||||
share/xpuyopuyo/img/img_num4.xpm
|
||||
share/xpuyopuyo/img/img_num5.xpm
|
||||
share/xpuyopuyo/img/img_num6.xpm
|
||||
share/xpuyopuyo/img/img_num7.xpm
|
||||
share/xpuyopuyo/img/img_num8.xpm
|
||||
share/xpuyopuyo/img/img_num9.xpm
|
||||
share/xpuyopuyo/img/img_rock.xpm
|
||||
share/xpuyopuyo/img/img_rockbig.xpm
|
||||
share/xpuyopuyo/img/img_rockdemon.xpm
|
||||
share/xpuyopuyo/img/img_side.xpm
|
||||
share/xpuyopuyo/img/img_tile_bottom1.xpm
|
||||
share/xpuyopuyo/img/img_tile_bottom2.xpm
|
||||
share/xpuyopuyo/img/img_tile_bottom3.xpm
|
||||
share/xpuyopuyo/img/img_tile_left.xpm
|
||||
share/xpuyopuyo/img/img_tile_leftbottom.xpm
|
||||
share/xpuyopuyo/img/img_tile_lefttop.xpm
|
||||
share/xpuyopuyo/img/img_tile_ltrans.xpm
|
||||
share/xpuyopuyo/img/img_tile_right.xpm
|
||||
share/xpuyopuyo/img/img_tile_rightbottom.xpm
|
||||
share/xpuyopuyo/img/img_tile_righttop.xpm
|
||||
share/xpuyopuyo/img/img_tile_rtrans.xpm
|
||||
share/xpuyopuyo/img/img_tile_top.xpm
|
||||
share/xpuyopuyo/img/img_title.xpm
|
||||
share/xpuyopuyo/img/img_top.xpm
|
||||
share/xpuyopuyo/img/img_trans.xpm
|
||||
@dirrm share/xpuyopuyo/img
|
||||
@dirrm share/xpuyopuyo
|
||||
|
|
Loading…
Reference in a new issue