summaryrefslogtreecommitdiff
path: root/databases/postgresql84-pltcl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql84-pltcl/Makefile')
-rw-r--r--databases/postgresql84-pltcl/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/databases/postgresql84-pltcl/Makefile b/databases/postgresql84-pltcl/Makefile
deleted file mode 100644
index 8d8fafee9e2..00000000000
--- a/databases/postgresql84-pltcl/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.16 2014/02/23 11:25:50 adam Exp $
-
-PKGNAME= ${DISTNAME:C/-/84-pltcl-/}
-COMMENT= PL/Tcl procedural language for the PostgreSQL backend
-
-DEPENDS+= postgresql84-server>=${PKGVERSION_NOREV}:../../databases/postgresql84-server
-
-.include "../../databases/postgresql84/Makefile.common"
-
-CONFIGURE_ARGS+= --with-tcl
-CONFIGURE_ARGS+= --with-tclconfig="${BUILDLINK_PREFIX.tcl}/lib"
-CONFIGURE_ENV+= TCLSH="${TCLSH}"
-TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh
-
-BUILD_DIRS= src/pl/tcl
-BUILD_MAKE_FLAGS= PGXS=1
-
-.include "../../databases/postgresql84-client/buildlink3.mk"
-.include "../../lang/tcl/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"