1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/games/nazghul/Makefile
Jose Alonso Cardenas Marquez b6195ca028 - Update to 0.6.1
2009-04-27 16:23:10 +00:00

26 lines
500 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.6.1
CATEGORIES= games
MASTER_SITES= SF
MAINTAINER= acm@FreeBSD.org
COMMENT= A computer role-playing game engine
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
USE_SDL= sdl image
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>