freebsd-ports/games/chocolate-doom/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

34 lines
876 B
Makefile

# $FreeBSD$
PORTNAME= chocolate-doom
PORTVERSION= 2.2.1
CATEGORIES= games
MASTER_SITES= http://www.chocolate-doom.org/downloads/${PORTVERSION}/
MAINTAINER= jakub_lach@mailplus.pl
COMMENT= Doom/Heretic/Hexen/Strife engine port compatible with the originals
LICENSE= GPLv2
BUILD_DEPENDS= python:lang/python
USES= gmake
USE_SDL= mixer net sdl
GNU_CONFIGURE= yes
PORTDOCS= CMDLINE.doom ChangeLog INSTALL.doom NEWS NOT-BUGS PHILOSOPHY \
README README.Music
OPTIONS_DEFINE= DOCS
.include "${.CURDIR}/../doom-data/Makefile.include"
post-patch:
${REINPLACE_CMD} -e 's|gamesdir = $${exec_prefix}/games|gamesdir = $${exec_prefix}/bin|' \
${WRKSRC}/src/Makefile.in
${REINPLACE_CMD} -e 's|gamesdir = $$(prefix)/games|gamesdir = $$(prefix)/bin|' \
${WRKSRC}/src/setup/Makefile.in
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/chocolate-*
.include <bsd.port.mk>