2013-09-20 17:36:33 +00:00
|
|
|
# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
2006-08-03 22:04:33 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= nazghul
|
2011-03-07 23:36:50 +00:00
|
|
|
PORTVERSION= 0.7.1
|
2012-06-01 05:26:28 +00:00
|
|
|
PORTREVISION= 2
|
2006-08-03 22:04:33 +00:00
|
|
|
CATEGORIES= games
|
2009-08-22 00:23:13 +00:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
2006-08-03 22:04:33 +00:00
|
|
|
|
2014-07-02 18:22:39 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-06-13 07:36:27 +00:00
|
|
|
COMMENT= Computer role-playing game engine
|
2006-08-03 22:04:33 +00:00
|
|
|
|
2014-07-09 14:20:02 +00:00
|
|
|
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
|
2006-08-03 22:04:33 +00:00
|
|
|
|
2011-03-24 18:34:25 +00:00
|
|
|
USE_SDL= sdl image mixer
|
2006-08-03 22:04:33 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2014-05-29 14:35:01 +00:00
|
|
|
USES= gmake
|
2006-08-03 22:04:33 +00:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -i "" 's|malloc.h|stdlib.h|g' ${WRKSRC}/src/scheme.c
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|