freebsd-ports/games/nazghul/Makefile
Jose Alonso Cardenas Marquez b725943b9d New port: games/nazghul
Nazghul is a computer role-playing game (CRPG) engine. Obviously, the emphasis
is not on graphics or first-person squad-based stealth action. If you like
roguelikes or the top-down, 2d, turn-based CRPG's that disappeared in the early
90's then this is for you.

WWW:    http://myweb.cableone.net/gmcnutt/nazghul.html

Approved by:	garga (mentor)
2006-08-03 22:04:33 +00:00

27 lines
580 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.5.4
CATEGORIES= games
MASTER_SITES= SF
MAINTAINER= acm@FreeBSD.org
COMMENT= A computer role-playing game engine
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
USE_GCC= 3.4+
USE_SDL= sdl image
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
post-patch:
${REINPLACE_CMD} -i "" 's|malloc.h|stdlib.h|g' ${WRKSRC}/src/scheme.c
.include <bsd.port.mk>