summaryrefslogtreecommitdiff
path: root/print/libgnomeprint/buildlink.mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-07-12 17:15:54 +0000
committerwiz <wiz@pkgsrc.org>2002-07-12 17:15:54 +0000
commitef6ee013dd66678fb8138297338904cc2d89f32c (patch)
tree04d8c379a44bd737bf870d272151cdc43f6cb35b /print/libgnomeprint/buildlink.mk
parente2aeb1a23ef265efcac80fdc46945b7bbbcf723c (diff)
downloadpkgsrc-ef6ee013dd66678fb8138297338904cc2d89f32c.tar.gz
Initial import of libgnomeprint, provided by Julio Merino in pkg/17426.
libgnomeprint is a library used to communicate with the gnomeprint environment. It is part of the GNOME2 platform and it is UI independant.
Diffstat (limited to 'print/libgnomeprint/buildlink.mk')
-rw-r--r--print/libgnomeprint/buildlink.mk41
1 files changed, 41 insertions, 0 deletions
diff --git a/print/libgnomeprint/buildlink.mk b/print/libgnomeprint/buildlink.mk
new file mode 100644
index 00000000000..e6598ec3d49
--- /dev/null
+++ b/print/libgnomeprint/buildlink.mk
@@ -0,0 +1,41 @@
+# $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