opam-version: "2.0"
maintainer: "Christophe Troestler <Christophe.Troestler@umons.ac.be>"
authors: ["Christophe Troestler <Christophe.Troestler@umons.ac.be>"]
homepage: "http://www.freetype.org"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
license: "GPL-1.0-or-later"
build: [["pkg-config" "freetype2"]]
depends: ["conf-pkg-config" {build}]
depexts: [
  ["libfreetype6-dev"] {os-family = "debian"}
  ["freetype-dev"] {os-distribution = "alpine"}
  ["freetype-devel"] {os-distribution = "centos"}
  ["freetype-devel"] {os-distribution = "fedora"}
  ["freetype-devel"] {os-distribution = "rhel"}
  ["libfreetype2-devel"] {os-distribution = "mageia"}
  ["freetype2-devel"] {os-family = "suse"}
  ["print/freetype2"] {os = "freebsd"}
  ["print/freetype2"] {os = "openbsd"}
  ["freetype"] {os = "macos" & os-distribution = "homebrew"}
]
synopsis: "Virtual package relying on a freetype lib system installation"
description:
  "This package can only install if the freetype lib is installed on the system."
flags: conf
