1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/games/xroads/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

34 lines
854 B
Makefile

# New ports collection makefile for: xroads
# Version required: 0.1.5
# Date created: 21 June 1998
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.2 1998/07/05 11:40:46 asami Exp $
#
DISTNAME= xroads-v0.1.5
PKGNAME= xroads-0.1.5
CATEGORIES= games
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
USE_X_PREFIX= yes
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/xroads ${PREFIX}/bin
@ ${MKDIR} ${PREFIX}/share/xroads
.for file in map0 map1 map2 map3
@ ${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>