32 lines
653 B
Makefile
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>
|