freebsd-ports/games/chocolate-doom/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

30 lines
721 B
Makefile

# $FreeBSD$
PORTNAME= chocolate-doom
PORTVERSION= 2.0.0
PORTREVISION= 3
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>