pkgsrc/print/ghostscript-agpl/buildlink3.mk
khorben 08f3106d89 Update dependencies on print/cups to print/cups-base
This is with the notable exception of meta-pkgs/desktop-gnome, which I
believe implies a fully functional cups.

This is still missing revision bumps - I'll be right there (first time I
am doing this on so many packages at a time).

As discussed on tech-pkg@
2017-11-12 15:36:57 +00:00

33 lines
1 KiB
Makefile

# $NetBSD: buildlink3.mk,v 1.9 2017/11/12 15:36:59 khorben Exp $
BUILDLINK_TREE+= ghostscript-agpl
.if !defined(GHOSTSCRIPT_AGPL_BUILDLINK3_MK)
GHOSTSCRIPT_AGPL_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ghostscript-agpl+= ghostscript-agpl>=8.63nb1
BUILDLINK_ABI_DEPENDS.ghostscript-agpl+= ghostscript-agpl>=9.10nb1
BUILDLINK_PKGSRCDIR.ghostscript-agpl?= ../../print/ghostscript-agpl
.include "../../graphics/png/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
pkgbase := ghostscript-agpl
.include "../../mk/pkg-build-options.mk"
#.if !empty(PKG_BUILD_OPTIONS.ghostscript-agpl:Mcups)
#.include "../../print/cups-base/buildlink3.mk"
#.endif
.if !empty(PKG_BUILD_OPTIONS.ghostscript-agpl:Mfontconfig)
.include "../../fonts/fontconfig/buildlink3.mk"
.endif
.if !empty(PKG_BUILD_OPTIONS.ghostscript-agpl:Mx11)
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.endif
.endif # GHOSTSCRIPT_AGPL_BUILDLINK3_MK
BUILDLINK_TREE+= -ghostscript-agpl