mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
50a0b031f7
PR: ports/157692 Submitted by: Andrew Lewis <freeghb@gmail.com> (current maintainer)
35 lines
745 B
Makefile
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>
|