1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/games/plutocracy/Makefile
Dmitry Marakasov de8dbef9ea Plutocracy is a multiplayer 3D RTS game focusing on merchant trade
and domination by economic means, although warfare and piracy are
always an option. The game has a 1600s Caribbean theme, is played
on a real globe, and aims to replicate realistic economic transactions.

WWW: http://plutocracy.ca/
WWW: http://code.google.com/p/plutocracy/
2008-12-30 22:58:00 +00:00

47 lines
1003 B
Makefile

# New ports collection makefile for: plutocracy
# Date created: 29 Dec 2008
# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= plutocracy
PORTVERSION= 0.0.20081229
CATEGORIES= games
MASTER_SITES= http://mirror.amdmi3.ru/
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Multiplayer 3D economy/trade-based RTS
USE_BZIP2= yes
USE_SDL= sdl pango
USE_GL= gl glu
USE_PYTHON= yes
USE_PYDISTUTILS= yes
INSTALLS_EGGINFO= yes
PYDISTUTILS_PKGVERSION= 0.0
WRKSRC= ${WRKDIR}/${PORTNAME}
SUB_FILES= plutocracy_
PORTDOCS= AUTHORS README
post-patch:
@${REINPLACE_CMD} -e 's|span font|span font_desc|' \
${WRKSRC}/src/render/r_assets.c
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
${WRKSRC}/setup.py
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/pluto.py ${DATADIR}/
${INSTALL_SCRIPT} ${WRKDIR}/plutocracy_ ${PREFIX}/bin/${PORTNAME}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>