2000-10-26 04:05:13 +02:00
|
|
|
# New ports collection makefile for: Magic Cube 4D
|
|
|
|
# Date Created: September 25, 2000
|
|
|
|
# Whom: Jeremy <karlj000@unbc.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= magiccube4d
|
2003-07-06 23:12:36 +02:00
|
|
|
PORTVERSION= 2.2
|
2009-01-23 17:28:36 +01:00
|
|
|
PORTREVISION= 3
|
2000-10-26 04:05:13 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://www.superliminal.com/cube/
|
2001-08-24 15:16:43 +02:00
|
|
|
DISTNAME= mc4d-src-${PORTVERSION:S/./_/}
|
2000-10-26 04:05:13 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= karlj000@unbc.ca
|
2003-07-06 23:12:36 +02:00
|
|
|
COMMENT= MagicCube4D is a four-dimensional analog of Rubik's cube
|
2000-10-26 04:05:13 +02:00
|
|
|
|
2008-03-24 00:03:18 +01:00
|
|
|
USE_XORG= x11 xext xt sm ice xaw
|
2000-10-26 04:05:13 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2001-08-24 15:16:43 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-src-${PORTVERSION:S/./_/}
|
2003-07-06 23:12:36 +02:00
|
|
|
DOCS= ChangeLog Intro.txt MagicCube4D-unix.txt \
|
|
|
|
ideas.txt readme-unix.txt
|
2000-10-26 04:05:13 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/magiccube4d ${PREFIX}/bin
|
2003-07-06 23:12:36 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${INSTALL} -d -m 0755 ${DOCSDIR}
|
|
|
|
.for f in ${DOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
2000-10-26 04:05:13 +02:00
|
|
|
|
2007-10-02 12:09:40 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|