- Update to version 1.0.5
PR: ports/66393 Submitted by: Ports Fury
This commit is contained in:
parent
108a705d10
commit
dae07d5afa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108742
3 changed files with 10 additions and 13 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= rubix
|
||||
PORTVERSION= 1.0.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.0.5
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://sed.free.fr/rubix/
|
||||
|
||||
|
@ -17,15 +16,20 @@ COMMENT= Another Rubik's cube game with a rather interesting interface
|
|||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DENGLISH" \
|
||||
XINC="-I${X11BASE}/include" XLIB="-L${X11BASE}/lib -lX11"
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
|
||||
PORTDOCS= ${DOCFILES}
|
||||
PLIST_FILES= bin/rubix
|
||||
|
||||
DOCFILES= AUTHORS BUGS INSTALL README TODO
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/rubix ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
.for file in AUTHORS BUGS INSTALL README TODO
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in ${DOCFILES}
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (rubix-1.0.4.tar.bz2) = 887d224cda59e5d711cc6365ab7bba04
|
||||
SIZE (rubix-1.0.4.tar.bz2) = 24353
|
||||
MD5 (rubix-1.0.5.tar.bz2) = cb5c672eb9dd6286c292d0408dbec26d
|
||||
SIZE (rubix-1.0.5.tar.bz2) = 24525
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
bin/rubix
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/BUGS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in a new issue