# $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $ COMMENT = the X protocol library DISTNAME = libXfont2-2.0.3 CATEGORIES = x11 HOMEPAGE = https://gitlab.freedesktop.org/xorg/lib/libxfont MAINTAINER = xenocara@openbsd.org SHARED_LIBS= Xfont2 2.0 # MIT PERMIT_PACKAGE = Yes WANTLIB = fontenc freetype m z MASTER_SITES = ${MASTER_SITE_XORG:=lib/} BUILD_DEPENDS = devel/xorg-util-macros \ devel/xorgproto \ x11/xtrans LIB_DEPENDS = print/freetype2 \ x11/libfontenc SEPARATE_BUILD = Yes CONFIGURE_STYLE = gnu CONFIGURE_ARGS+= --disable-fc --with-xmlto=no --disable-devel-docs --disable-bzip2 NO_TEST = Yes .include