summaryrefslogtreecommitdiff
path: root/games/rubix/Makefile
blob: 73922741c987533b9c076d2440c0b9700c699cba (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
# New ports collection makefile for:	rubix
# Date created:		19 Nov 1999
# Whom:			Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#

PORTNAME=	rubix
PORTVERSION=	1.0.2
CATEGORIES=	games
MASTER_SITES=	http://sed.free.fr/rubix/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Another Rubik's cube game with a rather interesting interface

USE_X_PREFIX=	yes
USE_GMAKE=	yes

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/rubix ${PREFIX}/bin
	@${MKDIR} ${PREFIX}/share/rubix
	${INSTALL_DATA} ${WRKSRC}/module.xm ${PREFIX}/share/rubix
.if !defined(NOPORTDOCS)
.for file in AUTHORS BUGS INSTALL NOISE README TODO
	@${MKDIR} ${PREFIX}/share/doc/rubix
	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/rubix
.endfor
.endif

.include <bsd.port.mk>