summaryrefslogtreecommitdiff
path: root/databases/fpc-ibase/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/fpc-ibase/Makefile')
-rw-r--r--databases/fpc-ibase/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/databases/fpc-ibase/Makefile b/databases/fpc-ibase/Makefile
deleted file mode 100644
index 21eb48266fc4..000000000000
--- a/databases/fpc-ibase/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-CATEGORIES= databases lang
-PKGNAMESUFFIX= -ibase
-
-COMMENT= Free Pascal interface to interbase
-
-USES= fpc
-
-MASTERDIR= ${.CURDIR}/../../lang/fpc
-WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
-EXTRACTUNITDIR= ${WRKUNITDIR}
-
-OPTIONS_DEFINE= IBASE
-IBASE_DESC= Install Interbase/Firebird client
-
-IBASE_USES= firebird
-
-.include "${MASTERDIR}/Makefile"