diff options
author | arved <arved@FreeBSD.org> | 2016-06-09 23:30:07 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2016-06-09 23:30:07 +0800 |
commit | a517eac157038ec57a22578edbaa7717099d4244 (patch) | |
tree | f83fc71a6555d9d82a4f7a812821834f814b7a33 /games | |
parent | 4ef635a36f182fffcaef3afb1a5cfc06476cef10 (diff) | |
download | freebsd-ports-gnome-a517eac157038ec57a22578edbaa7717099d4244.tar.gz freebsd-ports-gnome-a517eac157038ec57a22578edbaa7717099d4244.tar.zst freebsd-ports-gnome-a517eac157038ec57a22578edbaa7717099d4244.zip |
Make fetchable
PR: 210033
Submitted by: lightside@gmx.com
Diffstat (limited to 'games')
-rw-r--r-- | games/adgali/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/adgali/Makefile b/games/adgali/Makefile index 59c10420d260..5cd5cc0d6eec 100644 --- a/games/adgali/Makefile +++ b/games/adgali/Makefile @@ -5,15 +5,11 @@ PORTNAME= adgali PORTVERSION= 0.2.4 PORTREVISION= 15 CATEGORIES= games devel -MASTER_SITES= http://adgali.apiou.org/download/ +MASTER_SITES= http://www.sourcefiles.org/Programming/Libraries/Games/ MAINTAINER= ports@FreeBSD.org COMMENT= Open source game library useful for 2D game development -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 - LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING |