summaryrefslogtreecommitdiff
path: root/lang/fpc-lua/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/fpc-lua/Makefile')
-rw-r--r--lang/fpc-lua/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/lang/fpc-lua/Makefile b/lang/fpc-lua/Makefile
deleted file mode 100644
index ad868a3a9eda..000000000000
--- a/lang/fpc-lua/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-CATEGORIES= lang
-PKGNAMESUFFIX= -lua
-
-COMMENT= Free Pascal interface to the lua interpreter
-
-USES= fpc
-
-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"