24 lines
483 B
Makefile
24 lines
483 B
Makefile
|
# New ports collection makefile for: fpc-lua
|
||
|
# Date created: 2010-04-22
|
||
|
# Whom: Christopher Key <cjk32@cam.ac.uk>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
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"
|