mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Pass maintainership to submitter
- Use non-versioned LIB_DEPENDS - Fix all distfiles to use the 0.3.5 version - Update WWW Submitted by: Rodrigo OSORIO <rodrigo@bebik.net> PR: ports/170370 Approved by: eadler (mentor)
This commit is contained in:
parent
9653c4b68d
commit
8e9324cbd4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302131
@ -7,20 +7,20 @@
|
||||
|
||||
PORTNAME= adonthell
|
||||
PORTVERSION= 0.3.5
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SAVANNAH
|
||||
DISTFILES= ${PORTNAME}-src-${PORTVERSION}${EXTRACT_SUFX} \
|
||||
wastesedge-src-${WEDGE_VERSION}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= rodrigo@bebik.net
|
||||
COMMENT= A free role playing game
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_DISTFILES= ${DISTFILES}
|
||||
|
||||
LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \
|
||||
freetype.9:${PORTSDIR}/print/freetype2
|
||||
LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \
|
||||
freetype:${PORTSDIR}/print/freetype2
|
||||
|
||||
USE_SDL= mixer ttf sdl
|
||||
USE_PYTHON= yes
|
||||
@ -35,7 +35,7 @@ PLIST_SUB= VERSION="${PORTVERSION:R}"
|
||||
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
|
||||
WEDGE_VERSION= 0.3.4
|
||||
WEDGE_VERSION= 0.3.5
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (adonthell-src-0.3.5.tar.gz) = b1b24f26b9f32782793b222c687943442be83fc0d7f5dbb4928a61074be36dd7
|
||||
SIZE (adonthell-src-0.3.5.tar.gz) = 877439
|
||||
SHA256 (wastesedge-src-0.3.4.tar.gz) = 0d461fc43141cec5f1f08fc912bf17effbf2b496fa9e4def1739c76d71359071
|
||||
SIZE (wastesedge-src-0.3.4.tar.gz) = 10711953
|
||||
SHA256 (wastesedge-src-0.3.5.tar.gz) = f872a2dc89ca454523f5b55c7fc8b29986dae8bc72f52647a6e1dab3f2a30674
|
||||
SIZE (wastesedge-src-0.3.5.tar.gz) = 10749912
|
||||
|
@ -5,4 +5,4 @@ The project's goals are the creation of an engine (currently going by
|
||||
the codename adonthell), a set of tools and an actual, playable game
|
||||
driven by that engine and built with those tools.
|
||||
|
||||
WWW: http://adonthell.linuxgames.com/
|
||||
WWW: http://adonthell.nongnu.org/
|
||||
|
@ -336,6 +336,7 @@ bin/adonthell-wastesedge
|
||||
%%DATADIR%%/games/wastesedge/gfx/window/scrollbar/silverleaf/scroll_bar_top.pnm
|
||||
%%DATADIR%%/games/wastesedge/locale/it/LC_MESSAGES/wastesedge.mo
|
||||
%%DATADIR%%/games/wastesedge/locale/nl/LC_MESSAGES/wastesedge.mo
|
||||
%%DATADIR%%/games/wastesedge/locale/fr/LC_MESSAGES/wastesedge.mo
|
||||
%%DATADIR%%/games/wastesedge/mapengine.data
|
||||
%%DATADIR%%/games/wastesedge/maps/test.map
|
||||
%%DATADIR%%/games/wastesedge/quest.data
|
||||
@ -425,6 +426,8 @@ share/pixmaps/wastesedge_32x32.xpm
|
||||
@dirrm %%DATADIR%%/games/wastesedge/locale/nl
|
||||
@dirrm %%DATADIR%%/games/wastesedge/locale/it/LC_MESSAGES
|
||||
@dirrm %%DATADIR%%/games/wastesedge/locale/it
|
||||
@dirrm %%DATADIR%%/games/wastesedge/locale/fr/LC_MESSAGES
|
||||
@dirrm %%DATADIR%%/games/wastesedge/locale/fr
|
||||
@dirrm %%DATADIR%%/games/wastesedge/locale
|
||||
@dirrm %%DATADIR%%/games/wastesedge/gfx/window/scrollbar/silverleaf
|
||||
@dirrm %%DATADIR%%/games/wastesedge/gfx/window/scrollbar/original
|
||||
|
Loading…
Reference in New Issue
Block a user