a36fb86593
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
33 lines
1,017 B
Makefile
33 lines
1,017 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2013/06/04 22:16:58 tron 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.07nb4
|
|
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/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
|