summaryrefslogtreecommitdiffstats
path: root/games/nazghul/Makefile
blob: 315ce174131ff6bed7db412fce7a51b2fd00b452 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$

PORTNAME=	nazghul
PORTVERSION=	0.7.1
PORTREVISION=	2
CATEGORIES=	games
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=	acm@FreeBSD.org
COMMENT=	Computer role-playing game engine

LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png

USE_SDL=	sdl image mixer
GNU_CONFIGURE=	yes
USES=		gmake

NO_STAGE=	yes
post-patch:
	${REINPLACE_CMD} -i "" 's|malloc.h|stdlib.h|g' ${WRKSRC}/src/scheme.c

.include <bsd.port.mk>
OpenPOWER on IntegriCloud