diff options
author | krion <krion@FreeBSD.org> | 2003-12-07 23:58:55 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-12-07 23:58:55 +0800 |
commit | ed06e935eef40654bf3d8633440e7d43e31d332e (patch) | |
tree | ac5b24223475d691850f7974645844f4cc286a97 /games | |
parent | ec592a0727707a2c898ae3a1e4158754d1be4b4e (diff) | |
download | freebsd-ports-gnome-ed06e935eef40654bf3d8633440e7d43e31d332e.tar.gz freebsd-ports-gnome-ed06e935eef40654bf3d8633440e7d43e31d332e.tar.zst freebsd-ports-gnome-ed06e935eef40654bf3d8633440e7d43e31d332e.zip |
- Update to version 1.0.4
PR: 60009
Submitted by: Ports Fury
Diffstat (limited to 'games')
-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> - |