mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
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
This commit is contained in:
parent
8c5226ccfd
commit
e0720736eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383962
@ -15,6 +15,7 @@
|
||||
SUBDIR += CaribbeanStud
|
||||
SUBDIR += HeroesOfMightAndMagic
|
||||
SUBDIR += KnightCap
|
||||
SUBDIR += abbayedesmorts
|
||||
SUBDIR += abe
|
||||
SUBDIR += abuse_sdl
|
||||
SUBDIR += acm
|
||||
|
25
games/abbayedesmorts/Makefile
Normal file
25
games/abbayedesmorts/Makefile
Normal file
@ -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>
|
2
games/abbayedesmorts/distinfo
Normal file
2
games/abbayedesmorts/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (AMDmi3-abbayedesmorts-gpl-git20150409-c603c83_GH0.tar.gz) = e528178740104cada94a910478a446254e40b5af9b8235557929e1c5da519776
|
||||
SIZE (AMDmi3-abbayedesmorts-gpl-git20150409-c603c83_GH0.tar.gz) = 1715440
|
13
games/abbayedesmorts/pkg-descr
Normal file
13
games/abbayedesmorts/pkg-descr
Normal file
@ -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
|
38
games/abbayedesmorts/pkg-plist
Normal file
38
games/abbayedesmorts/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user