freebsd-ports/textproc/luaexpat/Makefile

35 lines
745 B
Makefile
Raw Normal View History

# 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>