summaryrefslogtreecommitdiff
path: root/devel/fpc-fcl-sdo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/fpc-fcl-sdo/Makefile')
-rw-r--r--devel/fpc-fcl-sdo/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/fpc-fcl-sdo/Makefile b/devel/fpc-fcl-sdo/Makefile
deleted file mode 100644
index 310a9fb830f9..000000000000
--- a/devel/fpc-fcl-sdo/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-CATEGORIES= devel lang
-PKGNAMESUFFIX= -fcl-sdo
-
-COMMENT= Free Pascal Service Data Objects implementation (FCL)
-
-USES= fpc
-USE_FPC= dblib fcl-base fcl-db fcl-json fcl-xml ibase mysql odbc \
- oracle postgres pxlib rtl-extra sqlite
-
-MASTERDIR= ${.CURDIR}/../../lang/fpc
-WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
-EXTRACTUNITDIR= ${WRKUNITDIR}
-
-.include "${MASTERDIR}/Makefile"