2013-05-31 16:40:56 +02:00
|
|
|
# Created by: Travis Poppe <tlp@liquidx.org>
|
2005-07-19 18:13:27 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= freedroidrpg
|
2016-04-09 03:48:11 +02:00
|
|
|
PORTVERSION= 0.16.1
|
2019-01-30 13:36:36 +01:00
|
|
|
PORTREVISION= 2
|
2005-07-19 18:13:27 +02:00
|
|
|
CATEGORIES= games
|
2016-04-09 03:48:11 +02:00
|
|
|
MASTER_SITES= ftp://ftp.osuosl.org/pub/freedroid/freedroidRPG-${PORTVERSION:R}/ \
|
2015-12-26 12:07:41 +01:00
|
|
|
http://mirror.amdmi3.ru/distfiles/
|
2017-05-15 11:00:28 +02:00
|
|
|
DISTNAME= freedroidRPG-${PORTVERSION}
|
2005-07-19 18:13:27 +02:00
|
|
|
|
2009-02-28 04:29:09 +01:00
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
2005-07-19 18:13:27 +02:00
|
|
|
COMMENT= Modification of the classical Freedroid engine into an RPG
|
|
|
|
|
2016-01-12 17:20:31 +01:00
|
|
|
LICENSE= GPLv2+
|
2014-11-20 22:05:37 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2017-05-15 11:00:28 +02:00
|
|
|
LIB_DEPENDS= libpng.so:graphics/png
|
|
|
|
|
2015-12-26 12:07:41 +01:00
|
|
|
BROKEN_sparc64= does not configure
|
2014-11-20 22:05:37 +01:00
|
|
|
|
2005-07-30 17:45:56 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2019-11-05 23:16:14 +01:00
|
|
|
USES= jpeg gmake localbase lua:52+ python sdl xorg
|
2017-05-15 11:00:28 +02:00
|
|
|
USE_XORG= x11
|
2015-12-26 12:07:41 +01:00
|
|
|
USE_SDL= sdl image gfx
|
2014-05-26 17:28:28 +02:00
|
|
|
CONFIGURE_ENV= LUA_CFLAGS="-I${LUA_INCDIR}" LUA_LIBS="-L${LUA_LIBDIR} -llua-${LUA_VER}"
|
2011-12-31 21:00:35 +01:00
|
|
|
|
2014-11-20 22:05:37 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2013-11-18 23:52:46 +01:00
|
|
|
PORTDATA= *
|
2015-12-26 12:07:41 +01:00
|
|
|
PORTDOCS= *
|
2005-07-19 18:13:27 +02:00
|
|
|
|
2018-09-10 15:14:50 +02:00
|
|
|
OPTIONS_DEFINE= NLS BACKTRACE OPENGL SOUND DOCS
|
2015-12-26 12:07:41 +01:00
|
|
|
OPTIONS_DEFAULT=BACKTRACE OPENGL SOUND
|
|
|
|
OPTIONS_SUB= yes
|
2014-11-20 22:05:37 +01:00
|
|
|
|
2013-05-31 16:40:56 +02:00
|
|
|
BACKTRACE_DESC= Use backtrace() to generate nice bug reports
|
2014-11-20 22:05:37 +01:00
|
|
|
BACKTRACE_CONFIGURE_ENABLE= backtrace
|
2015-12-26 12:07:41 +01:00
|
|
|
BACKTRACE_VARS= STRIP= # empty
|
|
|
|
|
2019-11-05 23:16:14 +01:00
|
|
|
OPENGL_USES= gl
|
2014-11-20 22:05:37 +01:00
|
|
|
OPENGL_USE= GL=gl
|
|
|
|
OPENGL_CONFIGURE_ENABLE= opengl
|
2005-08-31 14:23:29 +02:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
SOUND_LIB_DEPENDS= libvorbis.so:audio/libvorbis \
|
|
|
|
libogg.so:audio/libogg
|
2015-12-26 12:07:41 +01:00
|
|
|
SOUND_CONFIGURE_ENABLE= sound
|
|
|
|
SOUND_USE= SDL=mixer
|
2017-05-15 11:00:28 +02:00
|
|
|
|
2015-12-26 12:07:41 +01:00
|
|
|
NLS_USES= gettext
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
2012-09-08 08:53:18 +02:00
|
|
|
|
2010-05-26 05:17:10 +02:00
|
|
|
.include <bsd.port.mk>
|