mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Update to 2.2 (maintainer timeout after 3 weeks)
Use NOPORTDOCS Approved by: fjoe (mentor) (implicit)
This commit is contained in:
parent
0dad01fb18
commit
ecbf66eb2d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84329
@ -6,28 +6,29 @@
|
||||
#
|
||||
|
||||
PORTNAME= magiccube4d
|
||||
PORTVERSION= 2.1
|
||||
PORTVERSION= 2.2
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.superliminal.com/cube/
|
||||
DISTNAME= mc4d-src-${PORTVERSION:S/./_/}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= karlj000@unbc.ca
|
||||
COMMENT= MagicCube4D is a fully functional four-dimensional analog of Rubik's cube
|
||||
COMMENT= MagicCube4D is a four-dimensional analog of Rubik's cube
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION:S/./_/}
|
||||
DOCS= ChangeLog Intro.txt MagicCube4D-unix.txt \
|
||||
ideas.txt readme-unix.txt
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/magiccube4d ${PREFIX}/bin
|
||||
${MKDIR} ${PREFIX}/share/doc/magiccube4d
|
||||
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/magiccube4d
|
||||
${INSTALL_DATA} ${WRKSRC}/Intro.txt ${PREFIX}/share/doc/magiccube4d
|
||||
${INSTALL_DATA} ${WRKSRC}/MagicCube4D-unix.txt ${PREFIX}/share/doc/magiccube4d
|
||||
${INSTALL_DATA} ${WRKSRC}/ideas.txt ${PREFIX}/share/doc/magiccube4d
|
||||
${INSTALL_DATA} ${WRKSRC}/readme-unix.txt ${PREFIX}/share/doc/magiccube4d
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${INSTALL} -d -m 0755 ${DOCSDIR}
|
||||
.for f in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (mc4d-src-2_1.tgz) = b718f635df7644e20126f2ba3c11701a
|
||||
MD5 (mc4d-src-2_2.tgz) = 7ed3dd076dd71045b77b8b6c8d9afd7e
|
||||
|
@ -1,7 +1,7 @@
|
||||
bin/magiccube4d
|
||||
share/doc/magiccube4d/ChangeLog
|
||||
share/doc/magiccube4d/Intro.txt
|
||||
share/doc/magiccube4d/MagicCube4D-unix.txt
|
||||
share/doc/magiccube4d/ideas.txt
|
||||
share/doc/magiccube4d/readme-unix.txt
|
||||
@dirrm share/doc/magiccube4d
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Intro.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/MagicCube4D-unix.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ideas.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/readme-unix.txt
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user