diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-04-24 11:35:05 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-04-24 11:35:05 +0000 |
commit | 3c9d75ce7fdcef5c94cd5d73e0ce36f31208ee5c (patch) | |
tree | 3ded1927539768d7c04af5ef1393c8a31817ece5 /games/opengfx/Makefile | |
parent | d877e861480d6027862da3fe18b07ad4eef6f442 (diff) | |
download | ports-3c9d75ce7fdcef5c94cd5d73e0ce36f31208ee5c.tar.gz ports-3c9d75ce7fdcef5c94cd5d73e0ce36f31208ee5c.zip |
Notes
Diffstat (limited to 'games/opengfx/Makefile')
-rw-r--r-- | games/opengfx/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/games/opengfx/Makefile b/games/opengfx/Makefile index 7b20e5ed62cd..2ce52442d71a 100644 --- a/games/opengfx/Makefile +++ b/games/opengfx/Makefile @@ -1,19 +1,15 @@ -# New ports collection makefile for: OpenGFX -# Date created: 2010-11-04 -# Whom: Ilya A. Arhipov <admin@gorodkirov.ru> -# +# Created by: Ilya A. Arkhipov <rum1cro@yandex.ru> # $FreeBSD$ -# PORTNAME= opengfx -PORTVERSION= 0.4.4 +PORTVERSION= 0.4.6.1 CATEGORIES= games MASTER_SITES= http://hu.binaries.openttd.org/binaries/extra/${PORTNAME}/${PORTVERSION}/ \ http://us.binaries.openttd.org/binaries/extra/${PORTNAME}/${PORTVERSION}/ \ http://cz.binaries.openttd.org/openttd/binaries/extra/${PORTNAME}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-all -MAINTAINER= micro@heavennet.ru +MAINTAINER= rum1cro@yandex.ru COMMENT= Free alternative graphics for OpenTTD game engine USE_ZIP= yes |