aboutsummaryrefslogtreecommitdiff
path: root/editors/lazarus-lcl-nogui
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2012-05-07 19:04:29 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2012-05-07 19:04:29 +0000
commitfd6c18076bacff31c8769f044f5ee082d7d7a169 (patch)
tree20e4db1ac6f60f37df6cda6ce12a7e5204f71b83 /editors/lazarus-lcl-nogui
parent4f565bc9102da870be1fb10eee967c9a68d66ff4 (diff)
downloadports-fd6c18076bacff31c8769f044f5ee082d7d7a169.tar.gz
ports-fd6c18076bacff31c8769f044f5ee082d7d7a169.zip
Notes
Diffstat (limited to 'editors/lazarus-lcl-nogui')
-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"