Avanor is a roguelike game with a easy ADOM-like user interface, it

has countryside and subterranean areas to explore, a quest system, and
some original features.

WWW: http://www.avanor.com/

PR:		ports/109588
Submitted by:	Martin Tournoij <carpetsmoker at xs4all.nl>
This commit is contained in:
Martin Wilke 2007-02-27 08:21:23 +00:00
parent c72cc2f779
commit 3c2b81abaf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186094
5 changed files with 61 additions and 0 deletions

View File

@ -54,6 +54,7 @@
SUBDIR += atr3d
SUBDIR += atris
SUBDIR += atris-sounds
SUBDIR += avanor
SUBDIR += awele
SUBDIR += balazar
SUBDIR += balazarbrothers

35
games/avanor/Makefile Normal file
View File

@ -0,0 +1,35 @@
# New ports collection makefile for: avanor
# Date created: 2007-02-27
# Whom: Martin Tournoij <carpetsmoker@xs4all.nl>
#
# $FreeBSD$
#
PORTNAME= avanor
PORTVERSION= 0.5.8
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= avanor
DISTFILES= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= carpetsmoker@xs4all.nl
COMMENT= Rogue-like game with easy ADOM-like user interface
USE_BZIP2= yes
USE_GMAKE= yes
MAKE_ARGS+= VERSION=${PORTVERSION} DATA_DIR=${DATADIR}/
post-patch:
@${REINPLACE_CMD} -e "s|g++|${CXX}|; \
s|CFLAGS =|CFLAGS+=|;" \
${WRKSRC}/Makefile
@${REINPLACE_CMD} -e "s|DATA_DIR|\"~/.avanor/\"|" \
${WRKSRC}/helpers/hiscore.h
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/avanor ${PREFIX}/bin
${MKDIR} ${DATADIR}/manual
${INSTALL_DATA} ${WRKSRC}/manual/* ${DATADIR}/manual/
.include <bsd.port.mk>

3
games/avanor/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (avanor-0.5.8-src) = 20067962b9635b1789933ddd7933d142
SHA256 (avanor-0.5.8-src) = 8f55be83d985470b9a5220263fc87d0a0a6e2b60dbbc977c1c49347321379ef3
SIZE (avanor-0.5.8-src) = 194587

5
games/avanor/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
Avanor is a roguelike game with a easy ADOM-like user interface, it
has countryside and subterranean areas to explore, a quest system, and
some original features.
WWW: http://www.avanor.com/

17
games/avanor/pkg-plist Normal file
View File

@ -0,0 +1,17 @@
bin/avanor
%%DATADIR%%/manual/basic.html
%%DATADIR%%/manual/credits.html
%%DATADIR%%/manual/equipment.html
%%DATADIR%%/manual/index.html
%%DATADIR%%/manual/intro.html
%%DATADIR%%/manual/kblayout.html
%%DATADIR%%/manual/magic.html
%%DATADIR%%/manual/manual.css
%%DATADIR%%/manual/misc.html
%%DATADIR%%/manual/qstart.html
%%DATADIR%%/manual/skills.html
%%DATADIR%%/manual/tactics.html
%%DATADIR%%/manual/testmode.html
%%DATADIR%%/manual/wskills.html
@dirrm %%DATADIR%%/manual
@dirrm %%DATADIR%%