diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-06 17:19:18 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-06 17:19:18 +0000 |
commit | 9fe98b280b6e0e92a8ba6aee39ffe4e030b90af8 (patch) | |
tree | bbc320ebcdf291265800dd043be885cbe9c4695d /games/xjump | |
parent | 6931937ceb980085df3e697ae38b0ace0deae726 (diff) | |
download | ports-9fe98b280b6e0e92a8ba6aee39ffe4e030b90af8.tar.gz ports-9fe98b280b6e0e92a8ba6aee39ffe4e030b90af8.zip |
Notes
Diffstat (limited to 'games/xjump')
-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 |