summaryrefslogtreecommitdiff
path: root/databases/tcl-postgresql
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-13 00:54:58 +0000
committerwiz <wiz>2002-10-13 00:54:58 +0000
commitfa2dc80f6cd183687b8671ab39b39046d71423a7 (patch)
treec42e6d4b0c735c72ce3b3e8bd5b0a820eca1a4b6 /databases/tcl-postgresql
parent42f6380133421ee41caf00c661dd9c1019f50d4a (diff)
downloadpkgsrc-fa2dc80f6cd183687b8671ab39b39046d71423a7.tar.gz
Unused.
Diffstat (limited to 'databases/tcl-postgresql')
-rw-r--r--databases/tcl-postgresql/buildlink.mk36
1 files changed, 0 insertions, 36 deletions
diff --git a/databases/tcl-postgresql/buildlink.mk b/databases/tcl-postgresql/buildlink.mk
deleted file mode 100644
index 9925fc9afbb..00000000000
--- a/databases/tcl-postgresql/buildlink.mk
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD: buildlink.mk,v 1.5 2001/07/27 13:33:22 jlam Exp $
-#
-# This Makefile fragment is included by packages that use tcl-postgresql.
-#
-# To use this Makefile fragment, simply:
-#
-# (1) Optionally define BUILDLINK_DEPENDS.tcl-postgresql to the dependency
-# pattern for the version of tcl-postgresql desired.
-# (2) Include this Makefile fragment in the package Makefile,
-# (3) Add ${BUILDLINK_DIR}/include to the front of the C preprocessor's header
-# search path, and
-# (4) Add ${BUILDLINK_DIR}/lib to the front of the linker's library search
-# path.
-
-.if !defined(TCL_POSTGRESQL_BUILDLINK_MK)
-TCL_POSTGRESQL_BUILDLINK_MK= # defined
-
-.include "../../mk/bsd.buildlink.mk"
-
-BUILDLINK_DEPENDS.tcl-postgresql?= tcl-postgresql>=7.0
-DEPENDS+= ${BUILDLINK_DEPENDS.tcl-postgresql}:../../databases/tcl-postgresql
-
-EVAL_PREFIX+= BUILDLINK_PREFIX.tcl-postgresql=tcl-postgresql
-BUILDLINK_PREFIX.tcl-postgresql_DEFAULT= ${LOCALBASE}
-BUILDLINK_FILES.tcl-postgresql= include/pgsql/libpgtcl.h
-BUILDLINK_FILES.tcl-postgresql+= lib/libpgtcl.*
-
-.include "../../lang/tcl/buildlink.mk"
-
-BUILDLINK_TARGETS.tcl-postgresql= tcl-postgresql-buildlink
-BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.tcl-postgresql}
-
-pre-configure: ${BUILDLINK_TARGETS.tcl-postgresql}
-tcl-postgresql-buildlink: _BUILDLINK_USE
-
-.endif # TCL_POSTGRESQL_BUILDLINK_MK