svn commit: r335908 - head/graphics/radius-engine
Rusmir Dusko
nemysis at FreeBSD.org
Sun Dec 8 16:33:01 UTC 2013
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 at gmx.ch
+MAINTAINER= nemysis at 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
More information about the svn-ports-all
mailing list