1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/lang/fpc-lua/Makefile
Jason Helfman 4c2a1e1ced - adopt optionsNG and trim historical headers
PR:		176928
PR:		176936
PR:		176937
PR:		176938
PR:		176939
PR:		176940
PR:		176941
PR:		176942
PR:		176943
PR:		176944
PR:		176945
Submitted by:	jgh@
Approved by:	portmgr (miwi)
2013-03-14 06:32:04 +00:00

22 lines
443 B
Makefile

# Created by: 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_DEFINE= LUA
LUA_DESC= Install lua library
OPTIONS_DEFAULT= LUA
.include "${MASTERDIR}/Makefile"