pkgsrc/print/ghostscript/buildlink3.mk
wiz e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00

33 lines
940 B
Makefile

# $NetBSD: buildlink3.mk,v 1.6 2010/06/13 22:45:15 wiz Exp $
BUILDLINK_TREE+= ghostscript
.if !defined(GHOSTSCRIPT_BUILDLINK3_MK)
GHOSTSCRIPT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ghostscript+= ghostscript>=8.63nb1
BUILDLINK_ABI_DEPENDS.ghostscript?= ghostscript>=8.71nb3
BUILDLINK_PKGSRCDIR.ghostscript?= ../../print/ghostscript
.include "../../graphics/png/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
pkgbase := ghostscript
.include "../../mk/pkg-build-options.mk"
.if !empty(PKG_BUILD_OPTIONS.ghostscript:Mcups)
.include "../../print/cups/buildlink3.mk"
.endif
.if !empty(PKG_BUILD_OPTIONS.ghostscript:Mfontconfig)
.include "../../fonts/fontconfig/buildlink3.mk"
.endif
.if !empty(PKG_BUILD_OPTIONS.ghostscript:Mx11)
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.endif
.endif # GHOSTSCRIPT_BUILDLINK3_MK
BUILDLINK_TREE+= -ghostscript