update to 2.7.3.
PR: 25546 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
parent
6931937ceb
commit
9fe98b280b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39139
@ -6,30 +6,28 @@
|
||||
#
|
||||
|
||||
PORTNAME= xjump
|
||||
PORTVERSION= 2.7
|
||||
PORTVERSION= 2.7.3
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ftp://ftp.freesoftware.com/pub/linux/debian/${MASTER_SITE_SUBDIR}/ \
|
||||
ftp://ftp.jp.debian.org/debian/${MASTER_SITE_SUBDIR}/ \
|
||||
ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/debian/${MASTER_SITE_SUBDIR}/ \
|
||||
ftp://ftp.de.debian.org/debian/${MASTER_SITE_SUBDIR}/ \
|
||||
ftp://ftp.debian.org/debian/${MASTER_SITE_SUBDIR}/
|
||||
MASTER_SITE_SUBDIR= dists/stable/main/source/games
|
||||
MASTER_SITES= ftp://ftp.freesoftware.com/pub/linux/debian/%SUBDIR%/ \
|
||||
ftp://ftp.jp.debian.org/debian/%SUBDIR%/ \
|
||||
ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/debian/%SUBDIR%/ \
|
||||
ftp://ftp.de.debian.org/debian/%SUBDIR%/ \
|
||||
ftp://ftp.debian.org/debian/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= pool/main/x/xjump
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/g}
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_XPM= yes
|
||||
MAKE_ARGS= CC="${CC} ${CFLAGS}" RECORD_FILE="/var/games/xjump.record" \
|
||||
IDIR="-I${X11BASE}/include" LDIR="-L${X11BASE}/lib"
|
||||
ALL_TARGET= xjump
|
||||
|
||||
pre-build:
|
||||
${PERL} -pi -e "s@gcc -O2@${CC} ${CFLAGS}@g; \
|
||||
s@/var/lib/games/xjump@/var/games@g; \
|
||||
s@\)/record@\)/xjump.record@g; \
|
||||
s@2755@2775@g" ${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} -g games ${WRKSRC}/xjump ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} -m 2775 -g games ${WRKSRC}/xjump ${PREFIX}/bin
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xjump_2.7.tar.gz) = c97684eb7ac603a8a3f2a28ba76d3321
|
||||
MD5 (xjump_2.7.3.tar.gz) = f8f492d4f1f8a9d8dcf8e4c60d5c520c
|
||||
|
@ -1,7 +1,8 @@
|
||||
XJump is a cool game based on simple X graphics where the object is to
|
||||
get the player up as many levels as possible. Quite possibly one of
|
||||
the most addictive games out there.
|
||||
XJump (aka 'FALLING TOWER') is a cool game based on simple X graphics
|
||||
where the object is to get the player up as many levels as possible.
|
||||
Quite possibly one of the most addictive games out there.
|
||||
|
||||
Author: Masato Taruishi <taru@debian.or.jp>
|
||||
Author: Tatsuya Kudoh(CDR/TK) <kudoh@koken.club.uec.ac.jp>
|
||||
Masato Taruishi <taru@debian.or.jp>
|
||||
|
||||
--will
|
||||
|
Loading…
Reference in New Issue
Block a user