1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/games/xroads/Makefile
Renato Botelho d2097a26d9 Fix MASTER_SITES
PR:		ports/107860
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2007-01-13 16:43:49 +00:00

41 lines
986 B
Makefile

# New ports collection makefile for: xroads
# Date created: 21 June 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= xroads
PORTVERSION= 0.6
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://math.missouristate.edu/~erik/files/fbsd/\
http://smluc.org/~erik/files/fbsd/
DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= erik@smluc.org
COMMENT= Commodore 64 "Crossroads"-like video game for X Window System
USE_X_PREFIX= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
IGNORE= crashes after a short time
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xroads ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/xroads
.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
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xroads
.endfor
.endif
.include <bsd.port.post.mk>