- Update to 0.003.02
- OptionsNG - Trim header PR: 176571 Submitted by: ports fury
This commit is contained in:
parent
a28829a38b
commit
9104b24adf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313188
2 changed files with 16 additions and 16 deletions
|
@ -1,31 +1,31 @@
|
|||
# New ports collection makefile for: slump
|
||||
# Date created: 2006-10-09
|
||||
# Whom: alepulver
|
||||
#
|
||||
# Created by: alepulver
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= slump
|
||||
PORTVERSION= 0.003.01
|
||||
PORTVERSION= 0.003.02
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.samiam.org/software/
|
||||
MASTER_SITES= http://www.samiam.org/slump/old/slump/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Fork of SLIGE that is optimized for making FreeDoom maps
|
||||
|
||||
LICENSE= GPLv2 # (or later)
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
USE_BZIP2= yes
|
||||
MAKE_ARGS= FLAGS="${CFLAGS}"
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
PORTDOCS= README
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|^FLAGS =|& $${CFLAGS}|' ${WRKSRC}/${MAKEFILE}
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
(cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} README ${DOCSDIR})
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (slump-0.003.01.tar.bz2) = 196d358565e380e0ed5590167a63e06802ad46bf11fb45c0f2814a4905bd42d5
|
||||
SIZE (slump-0.003.01.tar.bz2) = 115443
|
||||
SHA256 (slump-0.003.02.tar.bz2) = 7bc08ba36f13282a4f2735005c701b972c013cd5c7335101a2faa3466995bf5f
|
||||
SIZE (slump-0.003.02.tar.bz2) = 116397
|
||||
|
|
Loading…
Reference in a new issue