aboutsummaryrefslogtreecommitdiff
path: root/devel/lua50-compat51/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-04-15 16:54:49 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-04-15 16:54:49 +0000
commit2ec89cef7172c1d9d698c7222dfcc4482579bafd (patch)
treefca11eb12f5c1753db6c9134fe0ab1c70051b6d8 /devel/lua50-compat51/files
parent14ffb79ed38bddeff6d59fbf6ed145f6d7e3eb04 (diff)
Notes
Diffstat (limited to 'devel/lua50-compat51/files')
-rw-r--r--devel/lua50-compat51/files/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/lua50-compat51/files/Makefile b/devel/lua50-compat51/files/Makefile
new file mode 100644
index 000000000000..3f62c9d29785
--- /dev/null
+++ b/devel/lua50-compat51/files/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+LIB= lua-compat-5.1
+
+SRCS= compat-5.1.c
+
+CFLAGS+= -I${PREFIX}/include
+
+.include <bsd.lib.mk>