1998-07-02 06:42:47 +00:00
|
|
|
# New ports collection makefile for: xroads
|
|
|
|
# Date created: 21 June 1998
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 06:06:33 +00:00
|
|
|
# $FreeBSD$
|
1998-07-02 06:42:47 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 12:28:40 +00:00
|
|
|
PORTNAME= xroads
|
2000-05-20 04:56:56 +00:00
|
|
|
PORTVERSION= 0.6
|
2001-03-31 16:03:40 +00:00
|
|
|
PORTREVISION= 1
|
1998-07-05 11:40:46 +00:00
|
|
|
CATEGORIES= games
|
2007-01-13 16:43:49 +00:00
|
|
|
MASTER_SITES= http://math.missouristate.edu/~erik/files/fbsd/\
|
|
|
|
http://smluc.org/~erik/files/fbsd/
|
2000-04-14 12:28:40 +00:00
|
|
|
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
1998-07-02 06:42:47 +00:00
|
|
|
|
2004-11-20 16:18:17 +00:00
|
|
|
MAINTAINER= erik@smluc.org
|
2003-02-20 17:32:26 +00:00
|
|
|
COMMENT= Commodore 64 "Crossroads"-like video game for X Window System
|
1998-07-02 06:42:47 +00:00
|
|
|
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1998-07-02 06:42:47 +00:00
|
|
|
|
2004-07-17 14:21:05 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "amd64"
|
2006-03-07 17:13:06 +00:00
|
|
|
IGNORE= crashes after a short time
|
2004-07-17 14:21:05 +00:00
|
|
|
.endif
|
|
|
|
|
1998-07-02 06:42:47 +00:00
|
|
|
do-install:
|
2000-05-20 04:56:56 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xroads ${PREFIX}/bin
|
2001-03-31 16:03:40 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/xroads
|
2000-05-20 04:56:56 +00:00
|
|
|
.for file in 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18
|
2001-03-31 16:03:40 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/map${file}.xrm ${PREFIX}/share/xroads
|
1998-07-02 06:42:47 +00:00
|
|
|
.endfor
|
|
|
|
.if !defined(NOPORTDOCS)
|
2001-03-31 16:03:40 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/xroads
|
1998-07-02 06:42:47 +00:00
|
|
|
.for file in BUGS CHANGELOG README
|
2000-05-20 04:56:56 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xroads
|
1998-07-02 06:42:47 +00:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2004-07-17 14:21:05 +00:00
|
|
|
.include <bsd.port.post.mk>
|