aboutsummaryrefslogtreecommitdiffstats
path: root/games/chocolate-doom/Makefile
blob: 7e89645ac41da404ada3eb8fb9e615f49d465fa7 (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
# $FreeBSD$

PORTNAME=   chocolate-doom
PORTVERSION=    2.0.0
PORTREVISION=   1
CATEGORIES= games
MASTER_SITES=   http://www.chocolate-doom.org/downloads/2.0.0/

MAINTAINER= jakub_lach@mailplus.pl
COMMENT=    Doom/Heretic/Hexen/Strife engine port compatible with the original exes

LICENSE=    GPLv2

BUILD_DEPENDS=  python:${PORTSDIR}/lang/python

USES=       gmake
USE_SDL=    mixer net sdl
GNU_CONFIGURE=  yes

PORTDOCS=   CMDLINE.doom ChangeLog INSTALL.doom NEWS NOT-BUGS README README.OPL

OPTIONS_DEFINE= DOCS

.include "${.CURDIR}/../doom-data/Makefile.include"

post-patch:
    ${REINPLACE_CMD} -e 's|gamesdir = $$(prefix)/games|gamesdir = $$(prefix)/bin|' \
        ${WRKSRC}/src/Makefile.in ${WRKSRC}/src/setup/Makefile.in

.include <bsd.port.mk>