Add a new port:
Solarus is an open-source Zelda-like 2D game engine.
This commit is contained in:
parent
e4543e9900
commit
988d95f589
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329821
4 changed files with 33 additions and 0 deletions
|
@ -877,6 +877,7 @@
|
|||
SUBDIR += sol
|
||||
SUBDIR += solarconquest
|
||||
SUBDIR += solarwolf
|
||||
SUBDIR += solarus
|
||||
SUBDIR += sopwith
|
||||
SUBDIR += spacejunk
|
||||
SUBDIR += speak
|
||||
|
|
27
games/solarus/Makefile
Normal file
27
games/solarus/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= solarus
|
||||
PORTVERSION= 1.0.4
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.zelda-solarus.com/zs/download/
|
||||
DISTNAME= solarus-src
|
||||
EXTRACT_SUFX=
|
||||
|
||||
MAINTAINER= eadler@FreeBSD.org
|
||||
COMMENT= Zelda-like 2D game engine
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openal>=0:${PORTSDIR}/audio/py-openal
|
||||
LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs \
|
||||
libmodplug.so:${PORTSDIR}/audio/libmodplug \
|
||||
liblua-5.1.so:${PORTSDIR}/lang/lua \
|
||||
libvorbis.so:${PORTSDIR}/audio/libvorbis \
|
||||
libogg.so:${PORTSDIR}/audio/libogg
|
||||
|
||||
USE_SDL= sdl ttf image
|
||||
|
||||
PLIST_FILES= bin/solarus
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
USES= cmake
|
||||
|
||||
.include <bsd.port.mk>
|
2
games/solarus/distinfo
Normal file
2
games/solarus/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (solarus-src) = 03cabfd6f13210c5c96227442a19b3157054ba5700f7749f43696fa8d8dbf6f5
|
||||
SIZE (solarus-src) = 702674
|
3
games/solarus/pkg-descr
Normal file
3
games/solarus/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Solarus is an open-source Zelda-like 2D game engine.
|
||||
|
||||
WWW: http://wiki.solarus-games.org/doku.php
|
Loading…
Reference in a new issue