1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/games/nazghul/Makefile
Jose Alonso Cardenas Marquez 9934c37aa5 - Remove BROKEN
- Add missing dependency

Reported by:	pav
2011-03-24 18:34:25 +00:00

26 lines
557 B
Makefile

# New ports collection makefile for: nazghul
# Date created: 2006-08-02
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= nazghul
PORTVERSION= 0.7.1
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= acm@FreeBSD.org
COMMENT= A computer role-playing game engine
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png
USE_SDL= sdl image mixer
USE_GMAKE= yes
GNU_CONFIGURE= yes
post-patch:
${REINPLACE_CMD} -i "" 's|malloc.h|stdlib.h|g' ${WRKSRC}/src/scheme.c
.include <bsd.port.mk>