aboutsummaryrefslogtreecommitdiffstats
path: root/games/rubix/Makefile
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-05-10 02:13:38 +0800
committerkrion <krion@FreeBSD.org>2004-05-10 02:13:38 +0800
commit6291a6533bba0a47b367135d44ae0a5d0596cd09 (patch)
tree40bdf872616369d36d61a828d2f9a772491e0a09 /games/rubix/Makefile
parentaa94f597d4b44563b9d46cc9d45232506dd155ad (diff)
downloadfreebsd-ports-gnome-6291a6533bba0a47b367135d44ae0a5d0596cd09.tar.gz
freebsd-ports-gnome-6291a6533bba0a47b367135d44ae0a5d0596cd09.tar.zst
freebsd-ports-gnome-6291a6533bba0a47b367135d44ae0a5d0596cd09.zip
- Update to version 1.0.5
PR: ports/66393 Submitted by: Ports Fury
Diffstat (limited to 'games/rubix/Makefile')
-rw-r--r--games/rubix/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/games/rubix/Makefile b/games/rubix/Makefile
index 68997b9ef49a..8329eb2b21f6 100644
--- a/games/rubix/Makefile
+++ b/games/rubix/Makefile
@@ -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