summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-21 12:51:00 +0000
committerwiz <wiz@pkgsrc.org>2002-10-21 12:51:00 +0000
commite8ac36ddb4e6bb6c74dfd90ceb0c2e78cdd1cea6 (patch)
treedaf2ae9b7dd0958ae74384e1bf4acaec6f51d845 /databases
parent30dbe999e3a3528bc91d2507a8a3211f2b8890f9 (diff)
downloadpkgsrc-e8ac36ddb4e6bb6c74dfd90ceb0c2e78cdd1cea6.tar.gz
Unused.
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql-lib/buildlink.mk41
1 files changed, 0 insertions, 41 deletions
diff --git a/databases/postgresql-lib/buildlink.mk b/databases/postgresql-lib/buildlink.mk
deleted file mode 100644
index 901be74e36c..00000000000
--- a/databases/postgresql-lib/buildlink.mk
+++ /dev/null
@@ -1,41 +0,0 @@
-# $NetBSD: buildlink.mk,v 1.6 2002/04/05 01:49:01 hubertf Exp $
-#
-# This Makefile fragment is included by packages that use postgresql-lib.
-#
-# To use this Makefile fragment, simply:
-#
-# (1) Optionally define BUILDLINK_DEPENDS.postgresql-lib to the dependency
-# pattern for the version of postgresql-lib 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(POSTGRESQL_LIB_BUILDLINK_MK)
-POSTGRESQL_LIB_BUILDLINK_MK= # defined
-
-.include "../../mk/bsd.buildlink.mk"
-
-BUILDLINK_DEPENDS.postgresql-lib?= postgresql-{6.5.3*,7.0*,lib-*}
-DEPENDS+= ${BUILDLINK_DEPENDS.postgresql-lib}:../../databases/postgresql-lib
-
-EVAL_PREFIX+= BUILDLINK_PREFIX.postgresql-lib=postgresql-lib
-BUILDLINK_PREFIX.postgresql-lib_DEFAULT= ${LOCALBASE}
-BUILDLINK_FILES.postgresql-lib= include/pgsql/*/*/*.h
-BUILDLINK_FILES.postgresql-lib+= include/pgsql/*/*.h
-BUILDLINK_FILES.postgresql-lib+= include/pgsql/*.h
-BUILDLINK_FILES.postgresql-lib+= lib/libecpg.*
-BUILDLINK_FILES.postgresql-lib+= lib/libpgeasy.*
-BUILDLINK_FILES.postgresql-lib+= lib/libpq++.*
-BUILDLINK_FILES.postgresql-lib+= lib/libpq.*
-
-.include "../../security/openssl/buildlink.mk"
-
-BUILDLINK_TARGETS.postgresql-lib= postgresql-lib-buildlink
-BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.postgresql-lib}
-
-pre-configure: ${BUILDLINK_TARGETS.postgresql-lib}
-postgresql-lib-buildlink: _BUILDLINK_USE
-
-.endif # POSTGRESQL_LIB_BUILDLINK_MK