summaryrefslogtreecommitdiff
path: root/databases/metakit-lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/metakit-lib/Makefile')
-rw-r--r--databases/metakit-lib/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/databases/metakit-lib/Makefile b/databases/metakit-lib/Makefile
deleted file mode 100644
index 09e25d2a370..00000000000
--- a/databases/metakit-lib/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.13 2005/11/03 20:15:44 rillig Exp $
-#
-
-DISTNAME= metakit-2.4.9.3
-PKGNAME= metakit-lib-2.4.9.3
-PKGREVISION= 1
-CATEGORIES= databases
-MASTER_SITES= http://www.equi4.com/pub/mk/
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.equi4.com/metakit/
-COMMENT= Embedded database library
-
-GNU_CONFIGURE= yes
-CONFIGURE_DIRS= builds
-CONFIGURE_SCRIPT= ../unix/configure
-CONFIGURE_ARGS+= --without-tcl
-BUILD_DIRS= builds
-USE_LANGUAGES= c++
-USE_LIBTOOL= yes
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/include/mk4io.h ${PREFIX}/include
-
-.include "../../mk/bsd.pkg.mk"