mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
73c7900f5b
Submitted by: alepulver
32 lines
649 B
Makefile
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>
|