diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-15 06:40:44 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-15 06:40:44 +0800 |
commit | 6a9ee3f385e226040b8abc6720c0bc59c7972c12 (patch) | |
tree | 88ba697fad0bb1ecc27702c9c06b0e3501c8c5e7 /games | |
parent | ffb868b22f9d12696efdee7525d1dd12e8f8121b (diff) | |
download | freebsd-ports-gnome-6a9ee3f385e226040b8abc6720c0bc59c7972c12.tar.gz freebsd-ports-gnome-6a9ee3f385e226040b8abc6720c0bc59c7972c12.tar.zst freebsd-ports-gnome-6a9ee3f385e226040b8abc6720c0bc59c7972c12.zip |
Wyrmsun is an open-source RTS game which features elements of
mythology, history and fiction.
In the Wyrmsun universe a myriad of inhabited planets exist. Humans
dwell on Earth, while dwarves inhabit Nidavellir and elves nourish
the world of Alfheim. These peoples struggle to carve a place for
themselves with their tools of stone, bronze and iron. And perhaps
one day they will meet one another, beyond the stars...
WWW: http://www.indiedb.com/games/wyrmsun
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/wyrmsun/Makefile | 42 | ||||
-rw-r--r-- | games/wyrmsun/distinfo | 2 | ||||
-rw-r--r-- | games/wyrmsun/files/wyrmsun.in | 3 | ||||
-rw-r--r-- | games/wyrmsun/pkg-descr | 10 |
5 files changed, 58 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 6cdd72f23e2c..4fcf4ffcc17a 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1048,6 +1048,7 @@ SUBDIR += wtf SUBDIR += wxlauncher SUBDIR += wyrmgus + SUBDIR += wyrmsun SUBDIR += xabacus SUBDIR += xasteroids SUBDIR += xataxx diff --git a/games/wyrmsun/Makefile b/games/wyrmsun/Makefile new file mode 100644 index 000000000000..e6c6cfc055fa --- /dev/null +++ b/games/wyrmsun/Makefile @@ -0,0 +1,42 @@ +# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= wyrmsun +PORTVERSION= 1.0.3 +DISTVERSIONPREFIX= v +CATEGORIES= games + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Strategy game based on history, mythology and fiction + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/license.txt + +RUN_DEPENDS= wyrmgus:${PORTSDIR}/games/wyrmgus + +USE_GITHUB= yes +GH_ACCOUNT= Andrettin +GH_PROJECT= Wyrmsun + +NO_BUILD= yes +NO_ARCH= yes + +PLIST_FILES= bin/${PORTNAME} +PORTDATA= * + +SUB_FILES= ${PORTNAME} + +# icon comes from another port, so is referenced via LOCALBASE +DESKTOP_ENTRIES="Wyrmsun" \ + "" \ + "${LOCALBASE}/share/pixmaps/${PORTNAME}.ico" \ + "${PORTNAME}" \ + "Game;StrategyGame;" \ + "" + +do-install: + cd ${WRKSRC} && ${COPYTREE_SHARE} "graphics maps music scripts \ + sounds translations" ${STAGEDIR}${DATADIR}/ + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/games/wyrmsun/distinfo b/games/wyrmsun/distinfo new file mode 100644 index 000000000000..c3cb179b881e --- /dev/null +++ b/games/wyrmsun/distinfo @@ -0,0 +1,2 @@ +SHA256 (Andrettin-Wyrmsun-v1.0.3_GH0.tar.gz) = a012abce9ae1c94ff62f08bd13b370965f29ac70d808155eaa7a45151e1f48d5 +SIZE (Andrettin-Wyrmsun-v1.0.3_GH0.tar.gz) = 192041501 diff --git a/games/wyrmsun/files/wyrmsun.in b/games/wyrmsun/files/wyrmsun.in new file mode 100644 index 000000000000..2dc886ee3d32 --- /dev/null +++ b/games/wyrmsun/files/wyrmsun.in @@ -0,0 +1,3 @@ +#!/bin/sh + +exec "%%LOCALBASE%%/bin/wyrmgus" -d "%%DATADIR%%" "$@" diff --git a/games/wyrmsun/pkg-descr b/games/wyrmsun/pkg-descr new file mode 100644 index 000000000000..bc51e45d1c09 --- /dev/null +++ b/games/wyrmsun/pkg-descr @@ -0,0 +1,10 @@ +Wyrmsun is an open-source RTS game which features elements of +mythology, history and fiction. + +In the Wyrmsun universe a myriad of inhabited planets exist. Humans +dwell on Earth, while dwarves inhabit Nidavellir and elves nourish +the world of Alfheim. These peoples struggle to carve a place for +themselves with their tools of stone, bronze and iron. And perhaps +one day they will meet one another, beyond the stars... + +WWW: http://www.indiedb.com/games/wyrmsun |