1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/graphics/radius-engine/Makefile
Antoine Brodin 125764e022 Attempt to fix INDEX
With hat:	portmgr
2014-05-26 17:31:43 +00:00

35 lines
790 B
Makefile

# Created by: nemysis <nemysis@gmx.ch>
# $FreeBSD$
PORTNAME= radius-engine
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= graphics devel
MASTER_SITES= SF/${PORTNAME}/
MAINTAINER= nemysis@FreeBSD.org
COMMENT= Lua script-based 2D engine built on top of OpenGL and SDL
LICENSE= MIT
LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua51 \
libpng15.so:${PORTSDIR}/graphics/png \
libphysfs.so.1:${PORTSDIR}/devel/physfs
USES= pathfix pkgconfig
USE_SDL= sdl sound
USE_GL= glu
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CFLAGS+= -I${LOCALBASE}/include
PLIST_FILES= include/radius.h \
lib/libradius-engine.a \
libdata/pkgconfig/radius-engine.pc
post-patch:
@${REINPLACE_CMD} -e 's|lua5.1|lua-5.1|g' \
${WRKSRC}/acinclude.m4 ${WRKSRC}/configure
.include <bsd.port.mk>