mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
a9dcad2fff
With hat: portmgr Sponsored by: Absolight
23 lines
477 B
Makefile
23 lines
477 B
Makefile
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= lang
|
|
PKGNAMESUFFIX= -lua
|
|
|
|
MAINTAINER= freebsd-fpc@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
|
|
|
|
LUA_LIB_DEPENDS= liblua-5.1.so:lang/lua51
|
|
|
|
.include "${MASTERDIR}/Makefile"
|