Update to 0.2.7
PR: ports/14447 Submitted by: Yin-Jieh Chen <yinjieh@Crazyman.Dorm13.NCTU.edu.tw>
This commit is contained in:
parent
39ed2d217f
commit
7084552112
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22718
@ -1,20 +1,20 @@
|
||||
# New ports collection makefile for: xpuyopuyo
|
||||
# Version required: 0.2.3
|
||||
# Version required: 0.2.7
|
||||
# Date created: 19 Sep 1999
|
||||
# Whom: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= xpuyopuyo-0.2.3
|
||||
DISTNAME= xpuyopuyo-0.2.7
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://chaos2.org/xpuyopuyo/
|
||||
MASTER_SITES= http://chaos2.org/xpuyopuyo/ \
|
||||
http://lenin.dabney.caltech.edu/~justins/xpuyopuyo/
|
||||
|
||||
MAINTAINER= yinjieh@csie.nctu.edu.tw
|
||||
|
||||
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
|
||||
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
||||
gnomeui.3:${PORTSDIR}/x11/gnomelibs
|
||||
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
||||
|
||||
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||
@ -24,12 +24,14 @@ USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
|
||||
GLIB_CONFIG="${GLIB_CONFIG}"
|
||||
CONFIGURE_ARG= --with-gnome
|
||||
USE_GMAKE= yes
|
||||
|
||||
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
|
||||
.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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xpuyopuyo-0.2.3.tar.gz) = 19f19aa1ebe10b4d703a6ea3110515ff
|
||||
MD5 (xpuyopuyo-0.2.7.tar.gz) = d044ad13241e51cb930ebeac8e4310c6
|
||||
|
@ -7,6 +7,7 @@ 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
|
||||
@ -23,6 +24,7 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user