2000-01-03 20:17:40 +00:00
|
|
|
# New ports collection makefile for: rubix
|
|
|
|
# Date created: 19 Nov 1999
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 12:28:40 +00:00
|
|
|
PORTNAME= rubix
|
|
|
|
PORTVERSION= 1.0.1
|
2000-01-03 20:17:40 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://sed.free.fr/rubix/
|
|
|
|
|
2000-06-22 05:52:15 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2000-01-03 20:17:40 +00:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
MAKE_ENV= GMAKE=${GMAKE}
|
|
|
|
USE_X_PREFIX= 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 DOC in AUTHORS BUGS INSTALL NOISE README TODO
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${DOC} ${PREFIX}/share/rubix
|
|
|
|
.endfor
|
|
|
|
@${ECHO}
|
|
|
|
@${ECHO} "Docs are installed in ${PREFIX}/share/rubix."
|
|
|
|
@${ECHO}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|