summaryrefslogtreecommitdiff
path: root/databases/fpc-gdbm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/fpc-gdbm/Makefile')
-rw-r--r--databases/fpc-gdbm/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/databases/fpc-gdbm/Makefile b/databases/fpc-gdbm/Makefile
deleted file mode 100644
index 6ee94644e505..000000000000
--- a/databases/fpc-gdbm/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-CATEGORIES= databases lang
-PKGNAMESUFFIX= -gdbm
-
-COMMENT= Free Pascal interface to the GNU database system
-
-USES= fpc
-
-MASTERDIR= ${.CURDIR}/../../lang/fpc
-WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
-EXTRACTUNITDIR= ${WRKUNITDIR}
-
-OPTIONS_DEFINE= GDBM
-GDBM_DESC= Install the GNU database manager
-OPTIONS_DEFAULT= GDBM
-
-GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm
-
-.include "${MASTERDIR}/Makefile"