diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 18:04:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 18:04:22 +0000 |
commit | 7edf259ca49a52840561f6b7062a7898c786bb53 (patch) | |
tree | 23d290e3082694479a3ced711c2ccfda4621f536 /games/sdlsand | |
parent | f3469fa5bdce1bde66b8971bae4764972e0ecbae (diff) | |
download | ports-7edf259ca49a52840561f6b7062a7898c786bb53.tar.gz ports-7edf259ca49a52840561f6b7062a7898c786bb53.zip |
Notes
Diffstat (limited to 'games/sdlsand')
-rw-r--r-- | games/sdlsand/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/sdlsand/Makefile b/games/sdlsand/Makefile index 987b89c56fa8..714b76a7ea2e 100644 --- a/games/sdlsand/Makefile +++ b/games/sdlsand/Makefile @@ -7,17 +7,15 @@ PORTNAME= sdlsand PORTVERSION= 20061017 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= amdmi3@amdmi3.ru COMMENT= Simulation of falling sand and other materials USE_ZIP= yes USE_SDL= sdl -USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/SDL\ Sand/SDL\ Sand |