# New ports collection makefile for:	fpc-lua
# Date created:		2010-04-22
# Whom:			Christopher Key <cjk32@cam.ac.uk>
#
# $FreeBSD: ports/lang/fpc-lua/Makefile,v 1.1 2010/08/16 18:17:11 acm Exp $
#

PORTREVISION=	0
CATEGORIES=	lang
PKGNAMESUFFIX=	-lua

MAINTAINER=	acm@FreeBSD.org
COMMENT=	Free Pascal interface to the lua interpreter

USE_FPC=	yes

MASTERDIR=	${.CURDIR}/../../lang/fpc
WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+=	${WRKUNITDIR}

OPTIONS=	LUA	"Install lua library"	on

.include "${MASTERDIR}/Makefile"
