- Update to 0.15
This commit is contained in:
parent
1d4f9a2ffc
commit
578775dbac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288352
3 changed files with 2088 additions and 1154 deletions
|
@ -6,16 +6,21 @@
|
|||
#
|
||||
|
||||
PORTNAME= freedroidrpg
|
||||
PORTVERSION= 0.14.1
|
||||
PORTVERSION= 0.15
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/freedroid/freedroidRPG/freedroidRPG-${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\\1/}/
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Modification of the classical Freedroid engine into an RPG
|
||||
|
||||
USE_SDL= sdl image mixer
|
||||
USE_SDL= sdl image mixer gfx
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LUA= 5.1+
|
||||
MAKE_JOBS_SAFE= yes
|
||||
CONFIGURE_ENV= LUA_CFLAGS="-I${LUA_INCDIR}" LUA_LIBS="-L${LUA_LIBDIR} -llua"
|
||||
|
||||
MAN6= freedroidRPG.6
|
||||
|
||||
OPTIONS= BACKTRACE "Use backtrace() to generate nice bug reports" on \
|
||||
OPENGL "Enable the OpenGL support (highly recommended!)" on \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (freedroidrpg-0.14.1.tar.gz) = f5a862dda68147e5d3899a781a144e8adb1bd604f40f0edb8ba2f4602bd77ae0
|
||||
SIZE (freedroidrpg-0.14.1.tar.gz) = 161715770
|
||||
SHA256 (freedroidrpg-0.15.tar.gz) = 4481a96c9cd6bfbb91ec65dbd260a4c729b82569c977b364a7f5580760af4c2f
|
||||
SIZE (freedroidrpg-0.15.tar.gz) = 209412185
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue