diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-01-06 11:50:52 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-01-06 11:50:52 +0000 |
commit | 31d7fa1f3762464bae43d62795c2a923da51d78b (patch) | |
tree | e5113a7fc5c8d647263918f3693793732eacd3e3 /games/oldrunner/Makefile | |
parent | b1f41a409834c1c290e2626ce5623fe882f8723c (diff) | |
download | ports-31d7fa1f3762464bae43d62795c2a923da51d78b.tar.gz ports-31d7fa1f3762464bae43d62795c2a923da51d78b.zip |
Notes
Diffstat (limited to 'games/oldrunner/Makefile')
-rw-r--r-- | games/oldrunner/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/oldrunner/Makefile b/games/oldrunner/Makefile index 30565f3befae..015d6782ca46 100644 --- a/games/oldrunner/Makefile +++ b/games/oldrunner/Makefile @@ -6,13 +6,15 @@ # PORTNAME= oldrunner -PORTVERSION= 20100717 +PORTVERSION= 20120106 CATEGORIES= games -MASTER_SITES= ftp://ftp2.culot.org/culot/ +MASTER_SITES= ftp://culot.org/culot/ MAINTAINER= culot@FreeBSD.org COMMENT= A textmode remake of Broderbund's LodeRunner +LICENSE= BSD + HAS_CONFIGURE= yes USE_GMAKE= yes MAKEFILE= GNUmakefile |