aboutsummaryrefslogtreecommitdiffstats
path: root/games/brumbrumrally/Makefile
blob: 433a064d05dfd3d01e3846db8b114745b5d1d5d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$

PORTNAME=   brumbrumrally
PORTVERSION=    0.7
CATEGORIES= games
MASTER_SITES=   http://dataapa.net/brumbrumrally/files/

MAINTAINER= amdmi3@FreeBSD.org
COMMENT=    Racing game with randomized tracks

LICENSE=    GPLv3+
LICENSE_FILE=   ${WRKSRC}/COPYING

USES=       dos2unix gmake
DOS2UNIX_FILES= src/hqx/common.h
USE_SDL=    sdl image net

PORTDOCS=   NEWS README
PORTDATA=   *

OPTIONS_DEFINE= DOCS

post-build:
    @${STRIP_CMD} ${WRKSRC}/${PORTNAME}

post-install-DOCS-on:
    @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
.endfor

.include <bsd.port.mk>