aboutsummaryrefslogtreecommitdiff
path: root/editors/lazarus-lcl-qt5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/lazarus-lcl-qt5/Makefile')
-rw-r--r--editors/lazarus-lcl-qt5/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/editors/lazarus-lcl-qt5/Makefile b/editors/lazarus-lcl-qt5/Makefile
deleted file mode 100644
index 605a881bcb95..000000000000
--- a/editors/lazarus-lcl-qt5/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
-# $FreeBSD$
-
-PKGNAMESUFFIX= -lcl-qt5
-
-COMMENT= Lazarus components library - QT5 backend
-
-BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:editors/lazarus-lcl-units
-
-USE_FPC= chm fcl-base fcl-db fcl-image fcl-json fcl-registry fcl-res \
- fcl-xml pasjpeg regexpr x11
-
-LCL_INTERFACE= qt5
-
-MASTERDIR= ${.CURDIR}/../../editors/lazarus
-
-.include "${MASTERDIR}/Makefile"