freebsd-ports/games/simutrans/Makefile
Philip M. Gollucci 38c8716783 Choose one, out of the many thousands, of Simutrans lands. Then, put
yourself in the shoes of a young entrepeneur with some money from your
grandparents: eager to make them proud, with ambitions of establishing
a successful transport company, your challenge now is to build a
prospering enterprise.

WWW: http://simutrans.sourceforge.net/

PR:		ports/130952
Submitted by:	Tijl Coosemans <tijl at ulyssis.org>
2009-01-27 19:27:09 +00:00

46 lines
1 KiB
Makefile

# New ports collection makefile for: simutrans
# Date created: 24 January 2009
# Whom: Tijl Coosemans <tijl@ulyssis.org>
#
# $FreeBSD$
#
PORTNAME= simutrans
PORTVERSION= 101.0
CATEGORIES= games
MASTER_SITES= SF
DISTFILES= simutrans-src-101-0.zip \
simulinux-101-0.zip \
simupak64-101-0.zip
MAINTAINER= tijl@ulyssis.org
COMMENT= Transport business simulation game
MAKE_ARGS= BACKEND=mixer_sdl \
COLOUR_DEPTH=16 \
OSTYPE=freebsd \
FLAGS=-DUSE_C \
VERBOSE=1
NO_WRKSUBDIR= yes
USE_GMAKE= yes
USE_SDL= sdl mixer
USE_ZIP= yes
.include "${.CURDIR}/Makefile.plist"
PLIST_DIRS= ${SIMUTRANS_DIRS:S/^/%%DATADIR%%\//} %%DATADIR%%
PLIST_FILES= bin/simutrans \
bin/simutrans-bin \
${SIMUTRANS_DATA:S/^/%%DATADIR%%\//}
do-install:
.for _D in ${SIMUTRANS_DIRS}
${MKDIR} ${DATADIR}/${_D}
.endfor
.for _D in ${SIMUTRANS_DATA}
${INSTALL_DATA} ${WRKSRC}/simutrans/${_D} ${DATADIR}/${_D}
.endfor
${INSTALL_PROGRAM} ${WRKSRC}/sim ${PREFIX}/bin/simutrans-bin
${INSTALL_SCRIPT} ${FILESDIR}/simutrans ${PREFIX}/bin/simutrans
.include <bsd.port.mk>