diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-07 15:58:55 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-07 15:58:55 +0000 |
commit | 28e3af7c554463221c338f39559e13a7d20d7ded (patch) | |
tree | 90be48028be8c0ea37cb7497335d6c12353ecc5e | |
parent | - Update to version 1.13 (diff) |
- Update to version 1.0.4
PR: 60009
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=95268
-rw-r--r-- | games/rubix/Makefile | 8 | ||||
-rw-r--r-- | games/rubix/distinfo | 2 | ||||
-rw-r--r-- | games/rubix/pkg-descr | 4 |
3 files changed, 4 insertions, 10 deletions
diff --git a/games/rubix/Makefile b/games/rubix/Makefile index ae4753d6acab..943c60122870 100644 --- a/games/rubix/Makefile +++ b/games/rubix/Makefile @@ -6,21 +6,19 @@ # PORTNAME= rubix -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= games MASTER_SITES= http://sed.free.fr/rubix/ MAINTAINER= ports@FreeBSD.org COMMENT= Another Rubik's cube game with a rather interesting interface -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} - USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes ALL_TARGET= ${PORTNAME} -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" XINC="-I${X11BASE}/include" \ - XLIB="-L${X11BASE}/lib -lX11" +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DENGLISH" \ + XINC="-I${X11BASE}/include" XLIB="-L${X11BASE}/lib -lX11" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rubix ${PREFIX}/bin diff --git a/games/rubix/distinfo b/games/rubix/distinfo index fc7a4c85f5d0..acb53218b3ec 100644 --- a/games/rubix/distinfo +++ b/games/rubix/distinfo @@ -1 +1 @@ -MD5 (rubix-1.0.3.tar.bz2) = 05a8721e409f7b7d18c994a6a86b2f25 +MD5 (rubix-1.0.4.tar.bz2) = 887d224cda59e5d711cc6365ab7bba04 diff --git a/games/rubix/pkg-descr b/games/rubix/pkg-descr index 04bbcc24c58e..150a52f491b7 100644 --- a/games/rubix/pkg-descr +++ b/games/rubix/pkg-descr @@ -4,7 +4,3 @@ which, according to the author, can't be found in any other Rubik's Cube games. WWW: http://sed.free.fr/rubix/ -Author: sed <sed_sed@my-dejanews.com> - ---Will <andrews@technologist.com> - |