1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

- Update to version 1.0.4

PR:		60009
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2003-12-07 15:58:55 +00:00
parent d6e9f3069f
commit 28e3af7c55
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95268
3 changed files with 4 additions and 10 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (rubix-1.0.3.tar.bz2) = 05a8721e409f7b7d18c994a6a86b2f25
MD5 (rubix-1.0.4.tar.bz2) = 887d224cda59e5d711cc6365ab7bba04

View File

@ -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>