1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/games/bos/Makefile
Alejandro Pulver 920b3b93ce - Make fetchable.
- Remove BROKEN.

Reported by:	Mathias Monnerville <mathias.monnerville@univ-paris4.fr>, kris
2007-03-21 17:48:16 +00:00

33 lines
791 B
Makefile

# New ports collection makefile for: bos
# Date created: 14 Oct 2005
# Whom: Alejandro Pulver <alejandro@varnet.biz>
#
# $FreeBSD$
#
PORTNAME= bos
PORTVERSION= 2.0.1
CATEGORIES= games
MASTER_SITES= http://www.boswars.org/releases/
DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g}
MAINTAINER= alepulver@FreeBSD.org
COMMENT= A real-time strategy game
RUN_DEPENDS= stratagus:${PORTSDIR}/games/stratagus
NO_WRKSUBDIR= yes
do-build:
@(${ECHO_CMD} "#!${SH}"; \
${ECHO_CMD} 'exec stratagus -d ${DATADIR} "$$@"') \
> ${WRKDIR}/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
cd ${WRKSRC}/data.bos && \
${FIND} * -type d -exec ${MKDIR} "${DATADIR}/{}" \; && \
${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${DATADIR}/{}" \;
.include <bsd.port.mk>