aboutsummaryrefslogtreecommitdiffstats
path: root/games/magiccube4d/Makefile
blob: c8e87ed368e818152d10120604e5279e361c5dab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Created by: Jeremy <karlj000@unbc.ca>
# $FreeBSD$

PORTNAME=   magiccube4d
PORTVERSION=    2.2
PORTREVISION=   3
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 four-dimensional analog of Rubik's cube

USE_XORG=   x11 xext xt sm ice xaw
GNU_CONFIGURE=  yes
WRKSRC=     ${WRKDIR}/${PORTNAME}-src-${PORTVERSION:S/./_/}
DOCS=       ChangeLog Intro.txt MagicCube4D-unix.txt \
        ideas.txt readme-unix.txt

NO_STAGE=   yes
do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/magiccube4d ${PREFIX}/bin
.if !defined(NOPORTDOCS)
    @${INSTALL} -d -m 0755 ${DOCSDIR}
.for f in ${DOCS}
    ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.pre.mk>

.include <bsd.port.post.mk>