ebe24657d9
This package provides the X font Library from the modular X.org X11 project. This is major version 2 of the library. (This still has a file in common with libXfont1, so don't add it to meta packages for now.)
17 lines
505 B
Makefile
17 lines
505 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2015/12/11 14:04:23 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= libXfont2
|
|
|
|
.if !defined(LIBXFONT2_BUILDLINK3_MK)
|
|
LIBXFONT2_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libXfont2+= libXfont2>=2.0
|
|
BUILDLINK_PKGSRCDIR.libXfont2?= ../../x11/libXfont2
|
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../fonts/libfontenc/buildlink3.mk"
|
|
.include "../../x11/fontsproto/buildlink3.mk"
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
.endif # LIBXFONT2_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libXfont2
|