summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-09-22 21:57:38 +0000
committerwiz <wiz@pkgsrc.org>2002-09-22 21:57:38 +0000
commitb7407baa37baa0237159158ee631c701814875e8 (patch)
treec394c4b0b4ef58af9a6d5a56f431aab068b5fc28 /graphics
parente5da6a37f9e18e789a2e8b46f479a99411c838fa (diff)
downloadpkgsrc-b7407baa37baa0237159158ee631c701814875e8.tar.gz
Unused.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sane-backends/buildlink.mk37
1 files changed, 0 insertions, 37 deletions
diff --git a/graphics/sane-backends/buildlink.mk b/graphics/sane-backends/buildlink.mk
deleted file mode 100644
index 831e5a408d0..00000000000
--- a/graphics/sane-backends/buildlink.mk
+++ /dev/null
@@ -1,37 +0,0 @@
-# $NetBSD: buildlink.mk,v 1.1 2001/10/19 21:31:09 jlam Exp $
-#
-# This Makefile fragment is included by packages that use sane.
-#
-# To use this Makefile fragment, simply:
-#
-# (1) Optionally define BUILDLINK_DEPENDS.sane to the dependency pattern
-# for the version of sane 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(SANE_BUILDLINK_MK)
-SANE_BUILDLINK_MK= # defined
-
-.include "../../mk/bsd.buildlink.mk"
-
-BUILDLINK_DEPENDS.sane?= sane-backends>=1.0.3
-DEPENDS+= ${BUILDLINK_DEPENDS.sane}:../../graphics/sane-backends
-
-EVAL_PREFIX+= BUILDLINK_PREFIX.sane=sane-backends
-BUILDLINK_PREFIX.sane_DEFAULT= ${LOCALBASE}
-BUILDLINK_FILES.sane= include/sane/*.h
-BUILDLINK_FILES.sane+= lib/libsane.*
-
-.include "../../devel/libusb/buildlink.mk"
-.include "../../graphics/jpeg/buildlink.mk"
-
-BUILDLINK_TARGETS.sane= sane-buildlink
-BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.sane}
-
-pre-configure: ${BUILDLINK_TARGETS.sane}
-sane-buildlink: _BUILDLINK_USE
-
-.endif # SANE_BUILDLINK_MK