Date: Mon, 15 May 2017 09:00:29 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440912 - head/games/freedroidrpg Message-ID: <201705150900.v4F90TlN017098@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon May 15 09:00:28 2017 New Revision: 440912 URL: https://svnweb.freebsd.org/changeset/ports/440912 Log: - Add missing depends - Simplify port Modified: head/games/freedroidrpg/Makefile Modified: head/games/freedroidrpg/Makefile ============================================================================== --- head/games/freedroidrpg/Makefile Mon May 15 08:37:55 2017 (r440911) +++ head/games/freedroidrpg/Makefile Mon May 15 09:00:28 2017 (r440912) @@ -6,7 +6,7 @@ PORTVERSION= 0.16.1 CATEGORIES= games MASTER_SITES= ftp://ftp.osuosl.org/pub/freedroid/freedroidRPG-${PORTVERSION:R}/ \ http://mirror.amdmi3.ru/distfiles/ -DISTNAME= ${SF_NAME}-${PORTVERSION} +DISTNAME= freedroidRPG-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Modification of the classical Freedroid engine into an RPG @@ -14,14 +14,16 @@ COMMENT= Modification of the classical F LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= libpng.so:graphics/png + BROKEN_sparc64= does not configure GNU_CONFIGURE= yes USES= jpeg gmake localbase lua:52+ python +USE_XORG= x11 USE_SDL= sdl image gfx CONFIGURE_ENV= LUA_CFLAGS="-I${LUA_INCDIR}" LUA_LIBS="-L${LUA_LIBDIR} -llua-${LUA_VER}" -SF_NAME= freedroidRPG WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDATA= * @@ -43,6 +45,7 @@ SOUND_LIB_DEPENDS= libvorbis.so:audio/l libogg.so:audio/libogg SOUND_CONFIGURE_ENABLE= sound SOUND_USE= SDL=mixer + NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705150900.v4F90TlN017098>