Date: Sun, 8 Dec 2013 16:33:01 +0000 (UTC) From: Rusmir Dusko <nemysis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335908 - head/graphics/radius-engine Message-ID: <201312081633.rB8GX1A0048475@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nemysis Date: Sun Dec 8 16:33:00 2013 New Revision: 335908 URL: http://svnweb.freebsd.org/changeset/ports/335908 Log: - Change maintainer email to @FreeBSD.org - Use the new format for LIB_DEPENDS - Support STAGEDIR Approved by: pawel / wg (mentors, implicit) Modified: head/graphics/radius-engine/Makefile Modified: head/graphics/radius-engine/Makefile ============================================================================== --- head/graphics/radius-engine/Makefile Sun Dec 8 16:12:32 2013 (r335907) +++ head/graphics/radius-engine/Makefile Sun Dec 8 16:33:00 2013 (r335908) @@ -6,14 +6,14 @@ PORTVERSION= 1.1 CATEGORIES= graphics devel MASTER_SITES= SF/${PORTNAME}/ -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= Lua script-based 2D engine built on top of OpenGL and SDL LICENSE= MIT -LIB_DEPENDS= lua-5.1:${PORTSDIR}/lang/lua \ - png15:${PORTSDIR}/graphics/png \ - physfs.1:${PORTSDIR}/devel/physfs +LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua \ + libpng15.so:${PORTSDIR}/graphics/png \ + libphysfs.so.1:${PORTSDIR}/devel/physfs USES= pathfix pkgconfig USE_SDL= sdl sound @@ -25,9 +25,7 @@ CFLAGS+= -I${LOCALBASE}/include PLIST_FILES= include/radius.h \ lib/libradius-engine.a \ libdata/pkgconfig/radius-engine.pc -PLIST_DIRSTRY= libdata/pkgconfig -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|lua5.1|lua-5.1|g' \ ${WRKSRC}/acinclude.m4 ${WRKSRC}/configure
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312081633.rB8GX1A0048475>