diff options
author | makc <makc@FreeBSD.org> | 2010-11-05 03:17:39 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-11-05 03:17:39 +0800 |
commit | 50ca1271b6d9b488cfebe1a9cbea251666563d7d (patch) | |
tree | ceb9f9a399cec04031b2f927ff962599c21a628e /games | |
parent | 643c732ad60bdca574de861748d0619f1a59ac98 (diff) | |
download | freebsd-ports-graphics-50ca1271b6d9b488cfebe1a9cbea251666563d7d.tar.gz freebsd-ports-graphics-50ca1271b6d9b488cfebe1a9cbea251666563d7d.tar.zst freebsd-ports-graphics-50ca1271b6d9b488cfebe1a9cbea251666563d7d.zip |
Add new port games/opengfx:
OpenGFX is free alternative graphics for OpenTTD game engine.
WWW: http://dev.openttdcoop.org/projects/opengfx
PR: ports/151916
Submitted by: Ilya A. Arhipov <admin at gorodkirov.ru>
Diffstat (limited to 'games')
-rw-r--r-- | games/opengfx/Makefile | 29 | ||||
-rw-r--r-- | games/opengfx/distinfo | 2 | ||||
-rw-r--r-- | games/opengfx/pkg-descr | 3 | ||||
-rw-r--r-- | games/opengfx/pkg-plist | 12 |
4 files changed, 46 insertions, 0 deletions
diff --git a/games/opengfx/Makefile b/games/opengfx/Makefile new file mode 100644 index 00000000000..7c7c5661051 --- /dev/null +++ b/games/opengfx/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: opengfx +# Date created: 2010-11-04 +# Whom: Ilya A. Arhipov +# +# $FreeBSD$ +# + +PORTNAME= opengfx +PORTVERSION= 0.3.1 +CATEGORIES= games +MASTER_SITES= http://ftp.snt.utwente.nl/pub/games/openttd/binaries/extra/opengfx/${PORTVERSION}/ \ + http://gb.binaries.openttd.org/binaries/extra/opengfx/${PORTVERSION}/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-all + +MAINTAINER= micro@heavennet.ru +COMMENT= Free alternative graphics for OpenTTD game engine + +USE_ZIP= yes +NO_BUILD= yes + +post-extract: + @${FIND} ${WRKDIR}/opengfx-${PORTVERSION} -type f -name "*.txt" -exec ${MV} {} {}-gfx \; + +do-install: + ${MKDIR} ${PREFIX}/share/openttd/data + ${INSTALL_DATA} ${WRKDIR}/opengfx-${PORTVERSION}/* \ + ${PREFIX}/share/openttd/data + +.include <bsd.port.mk> diff --git a/games/opengfx/distinfo b/games/opengfx/distinfo new file mode 100644 index 00000000000..87309820d5c --- /dev/null +++ b/games/opengfx/distinfo @@ -0,0 +1,2 @@ +SHA256 (opengfx-0.3.1-all.zip) = 16be83cd0fc59ba8f1a8b3f3ebe26e6c0df325ca7593976de74e073c5d1ee39b +SIZE (opengfx-0.3.1-all.zip) = 3387182 diff --git a/games/opengfx/pkg-descr b/games/opengfx/pkg-descr new file mode 100644 index 00000000000..047cb033e8b --- /dev/null +++ b/games/opengfx/pkg-descr @@ -0,0 +1,3 @@ +OpenGFX is free alternative graphics for OpenTTD game engine. + +WWW: http://dev.openttdcoop.org/projects/opengfx diff --git a/games/opengfx/pkg-plist b/games/opengfx/pkg-plist new file mode 100644 index 00000000000..b1452b84f8e --- /dev/null +++ b/games/opengfx/pkg-plist @@ -0,0 +1,12 @@ +share/openttd/data/changelog.txt-gfx +share/openttd/data/license.txt-gfx +share/openttd/data/ogfx1_base.grf +share/openttd/data/ogfxc_arctic.grf +share/openttd/data/ogfxe_extra.grf +share/openttd/data/ogfxh_tropical.grf +share/openttd/data/ogfxi_logos.grf +share/openttd/data/ogfxt_toyland.grf +share/openttd/data/opengfx.obg +share/openttd/data/readme.txt-gfx +@dirrmtry share/openttd/data +@dirrmtry share/openttd |