1998-07-02 06:42:47 +00:00
|
|
|
# New ports collection makefile for: xroads
|
1998-08-09 01:22:00 +00:00
|
|
|
# Version required: 0.3
|
1998-07-02 06:42:47 +00:00
|
|
|
# Date created: 21 June 1998
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1998-08-09 01:22:00 +00:00
|
|
|
# $Id: Makefile,v 1.3 1998/08/05 09:31:02 asami Exp $
|
1998-07-02 06:42:47 +00:00
|
|
|
#
|
|
|
|
|
1998-08-09 01:22:00 +00:00
|
|
|
DISTNAME= xroads-v0.3
|
|
|
|
PKGNAME= xroads-0.3
|
1998-07-05 11:40:46 +00:00
|
|
|
CATEGORIES= games
|
1998-07-02 06:42:47 +00:00
|
|
|
MASTER_SITES= http://www.geocities.com/SiliconValley/Way/1795/ \
|
|
|
|
http://www.autobahn.mb.ca/~foxtrot/ \
|
|
|
|
http://supernova.dyn.ml.org/
|
|
|
|
|
|
|
|
MAINTAINER= andy@icc.surw.chel.su
|
|
|
|
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1998-08-09 01:22:00 +00:00
|
|
|
FETCH_BEFORE_ARGS= -t
|
1998-07-02 06:42:47 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/xroads ${PREFIX}/bin
|
|
|
|
@ ${MKDIR} ${PREFIX}/share/xroads
|
1998-08-09 01:22:00 +00:00
|
|
|
.for file in map0 map1 map2 map3 map4 map5 map6 map7 map8
|
1998-07-02 06:42:47 +00:00
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/${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.mk>
|