aboutsummaryrefslogtreecommitdiff
path: root/editors/lazarus-lcl-nogui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/lazarus-lcl-nogui/Makefile')
-rw-r--r--editors/lazarus-lcl-nogui/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/lazarus-lcl-nogui/Makefile b/editors/lazarus-lcl-nogui/Makefile
new file mode 100644
index 000000000000..2403e0380193
--- /dev/null
+++ b/editors/lazarus-lcl-nogui/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: lazarus-lcl-nogui
+# Date Created: 2012-05-01
+# Whom: Alonso Cardenas Marquez <acm@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTREVISION= 0
+PKGNAMESUFFIX= -lcl-nogui
+
+COMMENT= Lazarus components library - No gui backend
+
+BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:${PORTSDIR}/editors/lazarus-lcl-units
+
+LCL_INTERFACE= nogui
+
+MASTERDIR= ${.CURDIR}/../../editors/lazarus
+
+.include "${MASTERDIR}/Makefile"