mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
2971a93e52
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
35 lines
852 B
Makefile
35 lines
852 B
Makefile
# New ports collection makefile for: xroads
|
|
# Date created: 21 June 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xroads
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.geocities.com/SiliconValley/Way/1795/ \
|
|
http://www.autobahn.mb.ca/~foxtrot/ \
|
|
http://supernova.dyn.ml.org/
|
|
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
|
|
|
MAINTAINER= will@FreeBSD.org
|
|
|
|
USE_X_PREFIX= yes
|
|
FETCH_BEFORE_ARGS= -t
|
|
|
|
do-install:
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/xroads ${PREFIX}/bin
|
|
@ ${MKDIR} ${PREFIX}/share/xroads
|
|
.for file in map0 map1 map2 map3 map4 map5 map6 map7 map8
|
|
@ ${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>
|