summaryrefslogtreecommitdiff
path: root/print/libgnomeprint
diff options
context:
space:
mode:
authorwiz <wiz>2002-09-09 19:11:08 +0000
committerwiz <wiz>2002-09-09 19:11:08 +0000
commit42c820ea3dfd4fe4898f1f20329245bb9730200f (patch)
tree2fd1213b9e0b0c968c8547ae0e81ba11f15b8e45 /print/libgnomeprint
parent989a0d78396c48c036d9175a29b6ef0723b23e88 (diff)
downloadpkgsrc-42c820ea3dfd4fe4898f1f20329245bb9730200f.tar.gz
unused
Diffstat (limited to 'print/libgnomeprint')
-rw-r--r--print/libgnomeprint/buildlink.mk41
1 files changed, 0 insertions, 41 deletions
diff --git a/print/libgnomeprint/buildlink.mk b/print/libgnomeprint/buildlink.mk
deleted file mode 100644
index e6598ec3d49..00000000000
--- a/print/libgnomeprint/buildlink.mk
+++ /dev/null
@@ -1,41 +0,0 @@
-# $NetBSD: buildlink.mk,v 1.1.1.1 2002/07/12 17:15:54 wiz Exp $
-#
-# This Makefile fragment is included by packages that use the library
-# provided by libgnomeprint.
-#
-# To use this Makefile fragment, simply:
-#
-# (1) Optionally define BUILDLINK_DEPENDS.libgnomeprint to the dependency
-# pattern for the version of libgnomeprint 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(LIBGNOMEPRINT_BUILDLINK_MK)
-LIBGNOMEPRINT_BUILDLINK_MK= # defined
-
-.include "../../mk/bsd.buildlink.mk"
-
-BUILDLINK_DEPENDS.libgnomeprint?= libgnomeprint>=1.115.0
-DEPENDS+= ${BUILDLINK_DEPENDS.libgnomeprint}:../../graphics/libgnomeprint
-
-EVAL_PREFIX+= BUILDLINK_PREFIX.libgnomeprint=libgnomeprint
-BUILDLINK_PREFIX.libgnomeprint= ${LOCALBASE}
-BUILDLINK_FILES.libgnomeprint= bin/libgnomeprint-2.0-font-install
-BUILDLINK_FILES.libgnomeprint+= include/libgnomeprint-2.0/libgnomeprint/*
-BUILDLINK_FILES.libgnomeprint+= include/libgnomeprint-2.0/libgnomeprint/private/*
-BUILDLINK_FILES.libgnomeprint+= lib/gnome-print-2.0/drivers/*
-BUILDLINK_FILES.libgnomeprint+= lib/gnome-print-2.0/transports/*
-BUILDLINK_FILES.libgnomeprint+= lib/libgnomeprint-2.*
-BUILDLINK_FILES.libgnomeprint+= lib/pkgconfig/libgnomeprint-2.0.pc
-
-
-BUILDLINK_TARGETS.libgnomeprint= libgnomeprint-buildlink
-BUILDLINK_TARGETS+= ${BUILDLINK_TARGETS.libgnomeprint}
-
-pre-configure: ${BUILDLINK_TARGETS.libgnomeprint}
-libgnomeprint-buildlink: _BUILDLINK_USE
-
-.endif # LIBGNOMEPRINT_BUILDLINK_MK