1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Update to 20061017

PR:		ports/105180
Submitted by:	Dmitry Marakasov (maintainer)
This commit is contained in:
Rong-En Fan 2006-11-06 02:59:00 +00:00
parent 0415da8807
commit 1b1db71cc4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176580
2 changed files with 9 additions and 8 deletions

View File

@ -6,12 +6,10 @@
#
PORTNAME= sdlsand
PORTVERSION= 20060207
PORTREVISION= 2
PORTVERSION= 20061017
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= sldsand-src-${PORTVERSION}
MAINTAINER= amdmi3@mail.ru
COMMENT= Simulation of falling sand and other materials
@ -20,14 +18,17 @@ USE_ZIP= yes
USE_SDL= sdl
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/SDL\ Sand/SDL\ Sand
WRKSRC= ${WRKDIR}/SDL\ Sand/SDL\ Sand
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= readme.txt
post-patch:
@${REINPLACE_CMD} -e '/crtdbg/ d' ${WRKSRC}/CmdLine.cpp
do-build:
cd ${WRKSRC} && ${CXX} -o ${PORTNAME} ${CXXFLAGS} \
`${SDL_CONFIG} --cflags --libs` main.cpp
`${SDL_CONFIG} --cflags --libs` main.cpp CmdLine.cpp
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin

View File

@ -1,3 +1,3 @@
MD5 (sldsand-src-20060207.zip) = c2611a17ad7665bcbfb28352dc95434e
SHA256 (sldsand-src-20060207.zip) = cab31d00789115fbd13a57b29a5a4e6752e3f70b718d168389785cdda8d649d5
SIZE (sldsand-src-20060207.zip) = 552046
MD5 (sdlsand-20061017.zip) = b1b29d80d4b8e70d2ae1adb3ebec066d
SHA256 (sdlsand-20061017.zip) = ab29d5bbaaafba5a9fc23f8fbe3840db44624e8a77b62fed975c50cf2e93bc60
SIZE (sdlsand-20061017.zip) = 883605