pkgsrc/print/gutenprint51-lib/buildlink3.mk
gdt 745492bd3f Gutenprint 5.1.6. Like gutenprint-lib, this package has warts but is useful.
Gutenprint is a package of high quality printer drivers for Linux,
BSD, Solaris, IRIX, and other UNIX-alike operating systems. In many
cases, these drivers rival or exceed the OEM drivers in quality and
functionality. Our goal is to produce the highest possible output
quality from all supported printers. To that end, we have done
extensive work on screening algorithms, color generation, and printer
feature utilization. We are continuing our work in all of these areas
to produce ever higher quality results, particularly on the
ubiquitous, inexpensive inkjet printers that are nonetheless capable
of nearly photographic output quality.  Earlier versions of Gutenprint
were called gimp-print.

This package contains the base library, the Epson utility escputil,
cups support, and a gimp2 plugin.

This package contains a "development release".
2008-01-11 12:41:23 +00:00

19 lines
661 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/01/11 12:41:23 gdt Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GUTENPRINT_LIB_BUILDLINK3_MK:= ${GUTENPRINT_LIB_BUILDLINK3_MK}+
.if ${BUILDLINK_DEPTH} == "+"
BUILDLINK_DEPENDS+= gutenprint-lib
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngutenprint-lib}
BUILDLINK_PACKAGES+= gutenprint-lib
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}gutenprint-lib
.if ${GUTENPRINT_LIB_BUILDLINK3_MK} == "+"
BUILDLINK_API_DEPENDS.gutenprint-lib+= gutenprint-lib>=5.0.1
BUILDLINK_PKGSRCDIR.gutenprint-lib?= ../../print/gutenprint-lib
.endif # GUTENPRINT_LIB_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}