1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/games/slump/Makefile
Alejandro Pulver 54463c7158 Slump is a random map generator for FreeDoom that is based on David M. Chess'
SLIGE map generator.

Basically Slump is a fork of SLIGE that is optimized for making FreeDoom maps.
In particular, Slump only places monsters that the FreeDoom artists have drawn
in to maps; this way one can play FreeDoom without feeling that the game is
incomplete.

WWW:	http://www.samiam.org/slump.html
2006-10-31 19:23:26 +00:00

32 lines
653 B
Makefile

# New ports collection makefile for: slump
# Date created: 2006-10-09
# Whom: alepulver
#
# $FreeBSD$
#
PORTNAME= slump
PORTVERSION= 0.003.01
CATEGORIES= games
MASTER_SITES= http://www.samiam.org/software/
MAINTAINER= alepulver@FreeBSD.org
COMMENT= Fork of SLIGE that is optimized for making FreeDoom maps
USE_BZIP2= yes
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= README
post-patch:
@${REINPLACE_CMD} -e 's|^FLAGS =|& $${CFLAGS}|' ${WRKSRC}/${MAKEFILE}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>