1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/games/nazghul/Makefile
Vanilla I. Shu 8ba61fb7ab 1: remove NO_STAGE.
2: new syntax of LIB_DEPENDS.
2014-07-09 14:20:02 +00:00

23 lines
504 B
Makefile

# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
PORTNAME= nazghul
PORTVERSION= 0.7.1
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>