diff options
author | sf <sf@FreeBSD.org> | 2001-03-07 01:19:18 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-03-07 01:19:18 +0800 |
commit | 8ad2290da83ca5ca5e9d0a95de97ba24893fd171 (patch) | |
tree | 563458820afd4ae6d278b52afadbcb81c7fc79d8 | |
parent | b87f9611b8614a5e020883ddceb99e0864139451 (diff) | |
download | freebsd-ports-gnome-8ad2290da83ca5ca5e9d0a95de97ba24893fd171.tar.gz freebsd-ports-gnome-8ad2290da83ca5ca5e9d0a95de97ba24893fd171.tar.zst freebsd-ports-gnome-8ad2290da83ca5ca5e9d0a95de97ba24893fd171.zip |
update to 2.7.3.
PR: 25546
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
-rw-r--r-- | games/xjump/Makefile | 28 | ||||
-rw-r--r-- | games/xjump/distinfo | 2 | ||||
-rw-r--r-- | games/xjump/pkg-descr | 9 |
3 files changed, 19 insertions, 20 deletions
diff --git a/games/xjump/Makefile b/games/xjump/Makefile index 3eacafa98ef5..17d9f9a642f6 100644 --- a/games/xjump/Makefile +++ b/games/xjump/Makefile @@ -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} -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 +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 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> diff --git a/games/xjump/distinfo b/games/xjump/distinfo index 292019352d17..19220e0f7b2c 100644 --- a/games/xjump/distinfo +++ b/games/xjump/distinfo @@ -1 +1 @@ -MD5 (xjump_2.7.tar.gz) = c97684eb7ac603a8a3f2a28ba76d3321 +MD5 (xjump_2.7.3.tar.gz) = f8f492d4f1f8a9d8dcf8e4c60d5c520c diff --git a/games/xjump/pkg-descr b/games/xjump/pkg-descr index ccaa25f64fe2..524abb2e19cc 100644 --- a/games/xjump/pkg-descr +++ b/games/xjump/pkg-descr @@ -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 |