freebsd-ports/games/slump/Makefile
Thomas Abthorpe 73c7900f5b - Reassign ports to heap
Submitted by:	alepulver
2011-02-27 04:54:41 +00:00

32 lines
649 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= ports@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>