1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/games/nazghul/Makefile
Dmitry Marakasov 1eff65320b - Add LICENSE
- Fix tab after WWW:
- Drop @dirrm* from plist
2014-12-13 06:31:03 +00:00

25 lines
580 B
Makefile

# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
PORTNAME= nazghul
PORTVERSION= 0.7.1
PORTREVISION= 4
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Computer role-playing game engine
LICENSE= GPLv2 # or later (GPLv3 text bundled, but sources mention GPLv2+)
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>