diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-13 19:48:03 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-13 19:48:03 +0000 |
commit | e0720736ebc24435707ddd7f712b1d213cabf17c (patch) | |
tree | 44c9097d894a539b88198811306dbc50a7224791 /games/abbayedesmorts | |
parent | 8c5226ccfdf7e980d6d41d393defc016a41c3b86 (diff) |
Notes
Diffstat (limited to 'games/abbayedesmorts')
-rw-r--r-- | games/abbayedesmorts/Makefile | 25 | ||||
-rw-r--r-- | games/abbayedesmorts/distinfo | 2 | ||||
-rw-r--r-- | games/abbayedesmorts/pkg-descr | 13 | ||||
-rw-r--r-- | games/abbayedesmorts/pkg-plist | 38 |
4 files changed, 78 insertions, 0 deletions
diff --git a/games/abbayedesmorts/Makefile b/games/abbayedesmorts/Makefile new file mode 100644 index 000000000000..3d88de032edc --- /dev/null +++ b/games/abbayedesmorts/Makefile @@ -0,0 +1,25 @@ +# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= abbayedesmorts +PORTVERSION= git20150409 +CATEGORIES= games + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Cross-platform port of l'Abbaye des Morts by Locomalito + +LICENSE= GPLv3 + +USE_GITHUB= yes +GH_ACCOUNT= AMDmi3 # portability changes not yet merged upstream +GH_PROJECT= abbayedesmorts-gpl +GH_TAGNAME= c603c83 + +USE_SDL= sdl2 mixer2 image2 + +DATADIR= ${PREFIX}/share/abbayev2 + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/abbayev2 + +.include <bsd.port.mk> diff --git a/games/abbayedesmorts/distinfo b/games/abbayedesmorts/distinfo new file mode 100644 index 000000000000..a3a25ec068ad --- /dev/null +++ b/games/abbayedesmorts/distinfo @@ -0,0 +1,2 @@ +SHA256 (AMDmi3-abbayedesmorts-gpl-git20150409-c603c83_GH0.tar.gz) = e528178740104cada94a910478a446254e40b5af9b8235557929e1c5da519776 +SIZE (AMDmi3-abbayedesmorts-gpl-git20150409-c603c83_GH0.tar.gz) = 1715440 diff --git a/games/abbayedesmorts/pkg-descr b/games/abbayedesmorts/pkg-descr new file mode 100644 index 000000000000..7613e796fe4b --- /dev/null +++ b/games/abbayedesmorts/pkg-descr @@ -0,0 +1,13 @@ +In the 13th century, the Cathars, who preach about good Christian +beliefs, were being expelled by the Catholic Church out of the +Languedoc region in France. One of them, called Jean Raymond, found +an old church in which to hide, not knowing that beneath its ruins +lay buried an ancient evil. + +A style close to Spectrum ZX, with its dark background and bright +colors, proper fit with the story, because it does look old and +somewhat horrifying. Also, the gameplay is direclty inspired by +Manic Miner and Jet Set Willy. + +WWW: https://github.com/nevat/abbayedesmorts-gpl + http://locomalito.com/abbaye_des_morts.php diff --git a/games/abbayedesmorts/pkg-plist b/games/abbayedesmorts/pkg-plist new file mode 100644 index 000000000000..e7eb0c6d7154 --- /dev/null +++ b/games/abbayedesmorts/pkg-plist @@ -0,0 +1,38 @@ +bin/abbayev2 +%%DATADIR%%/data/enemies.txt +%%DATADIR%%/data/map.txt +%%DATADIR%%/graphics/blueparch.png +%%DATADIR%%/graphics/ending.png +%%DATADIR%%/graphics/fonts.png +%%DATADIR%%/graphics/gameover.png +%%DATADIR%%/graphics/history.png +%%DATADIR%%/graphics/intro.png +%%DATADIR%%/graphics/intromd.png +%%DATADIR%%/graphics/parchment.png +%%DATADIR%%/graphics/parchment1.png +%%DATADIR%%/graphics/parchment2.png +%%DATADIR%%/graphics/parchment3.png +%%DATADIR%%/graphics/parchment4.png +%%DATADIR%%/graphics/parchment5.png +%%DATADIR%%/graphics/parchment6.png +%%DATADIR%%/graphics/redparch.png +%%DATADIR%%/graphics/tiles.png +%%DATADIR%%/sounds/AreaIChurchN.ogg +%%DATADIR%%/sounds/AreaIICavesV2N.ogg +%%DATADIR%%/sounds/AreaIIIHellN.ogg +%%DATADIR%%/sounds/EvilFightN.ogg +%%DATADIR%%/sounds/GameOverV2N.ogg +%%DATADIR%%/sounds/HangmansTree.ogg +%%DATADIR%%/sounds/Item.ogg +%%DATADIR%%/sounds/MainTitleN.ogg +%%DATADIR%%/sounds/ManhuntN.ogg +%%DATADIR%%/sounds/ManhuntwoodN.ogg +%%DATADIR%%/sounds/PrayerofHopeN.ogg +%%DATADIR%%/sounds/doorfx.ogg +%%DATADIR%%/sounds/jump.ogg +%%DATADIR%%/sounds/mechanismn.ogg +%%DATADIR%%/sounds/onedeathn.ogg +%%DATADIR%%/sounds/shoot.ogg +%%DATADIR%%/sounds/slash.ogg +share/applications/abbaye.desktop +share/pixmaps/abbaye.png |