freebsd-ports/games/xroads/Makefile

40 lines
941 B
Makefile
Raw Normal View History

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