1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/lang/fpc-lua/Makefile
Jose Alonso Cardenas Marquez c125347c7e - New port: lang/fpc-lua
Free Pascal interface to the lua interpreter

PR:		146001
Submitted by:	Christopher Key <cjk32 _ at cam.ac.uk>
2010-08-16 18:17:11 +00:00

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"