1PORTNAME= cairomm 2PORTVERSION= 1.18.0 3CATEGORIES= graphics 4MASTER_SITES= https://cairographics.org/releases/ 5PKGNAMESUFFIX= 11 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= C++ interface to cairo 9WWW= https://cairographics.org 10 11LICENSE= lgpl+ 12 13LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig 14 15USE_LDCONFIG= yes 16USES= compiler:c++17-lang gnome meson pkgconfig tar:xz 17USE_CXXSTD= c++17 18USE_GNOME= cairo libsigc++30 libxslt 19 20MESON_ARGS= -Dmaintainer-mode=false \ 21 -Dbuild-documentation=false \ 22 -Dbuild-examples=false \ 23 -Dbuild-tests=false 24 25.include <bsd.port.mk> 26