1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/games/nazghul/Makefile

23 lines
504 B
Makefile
Raw Normal View History

# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
PORTNAME= nazghul
PORTVERSION= 0.7.1
2012-06-01 05:26:28 +00:00
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Computer role-playing game engine
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
USE_SDL= sdl image mixer
GNU_CONFIGURE= yes
USES= gmake
post-patch:
${REINPLACE_CMD} -i "" 's|malloc.h|stdlib.h|g' ${WRKSRC}/src/scheme.c
.include <bsd.port.mk>