summaryrefslogtreecommitdiff
path: root/editors/fpc-ide/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/fpc-ide/Makefile')
-rw-r--r--editors/fpc-ide/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/fpc-ide/Makefile b/editors/fpc-ide/Makefile
deleted file mode 100644
index 8622b3e1c685..000000000000
--- a/editors/fpc-ide/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-CATEGORIES= editors lang
-PKGNAMESUFFIX= -ide
-
-COMMENT= Free Pascal integrated IDE/compiler
-
-USES= fpc
-USE_FPC= chm fv gdbint regexpr rtl-console rtl-extra rtl-generics fcl-xml
-
-MASTERDIR= ${.CURDIR}/../../lang/fpc
-WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
-EXTRACTUNITDIR= ${WRKUNITDIR} ${FPCSRCDIR}/rtl ${FPCSRCDIR}/compiler
-
-.include "${MASTERDIR}/Makefile"