freebsd-ports/textproc/luaexpat/Makefile
David Thiel 50a0b031f7 Update to 1.2.0 and take maintainership.
PR:		ports/157692
Submitted by:	Andrew Lewis <freeghb@gmail.com> (current maintainer)
2011-06-08 18:20:46 +00:00

35 lines
745 B
Makefile

# New ports collection makefile for: luaexpat
# Date created: 25 June 2009
# Whom: Andrew Lewis <freeghb@gmail.com>
#
# $FreeBSD$
#
PORTNAME= luaexpat
PORTVERSION= 1.2.0
CATEGORIES= textproc
MASTER_SITES= http://matthewwild.co.uk/projects/luaexpat/ \
http://redundancy.redundancy.org/mirror/
PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX}
MAINTAINER= lx@FreeBSD.org
COMMENT= LuaExpat is a SAX XML parser based on the Expat library
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
MAKEFILE= makefile
ALL_TARGET= lib
USE_LUA= 5.0-5.1
LUA_PREMK= yes
WANT_LUA_VER= 5.1
CFLAGS+= -fPIC
.include <bsd.port.pre.mk>
.if ${LUA_VER} == 5.0
BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/lua50-compat51:build
.endif
.include <bsd.port.post.mk>