head	1.3;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.3
date	2013.03.14.13.09.41;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.11.17.05.58.49;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2010.08.16.18.17.11;	author acm;	state Exp;
branches;
next	;


desc
@@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314133
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Christopher Key <cjk32@@cam.ac.uk>
# $FreeBSD: head/lang/fpc-lua/Makefile 314133 2013-03-14 06:32:04Z jgh $

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_DEFINE=	LUA
LUA_DESC=	Install lua library
OPTIONS_DEFAULT=	LUA

.include "${MASTERDIR}/Makefile"
@


1.2
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	fpc-lua
# Date created:		2010-04-22
# Whom:			Christopher Key <cjk32@@cam.ac.uk>
#
# $FreeBSD: head/lang/fpc-lua/Makefile 300896 2012-07-14 13:54:48Z beat $
#
d17 3
a19 1
OPTIONS=	LUA	"Install lua library"	on
@


1.1
log
@- New port: lang/fpc-lua

Free Pascal interface to the lua interpreter

PR:		146001
Submitted by:	Christopher Key <cjk32 _ at cam.ac.uk>
@
text
@d5 1
a5 1
# $FreeBSD$
@

