1PORTNAME= cairomm 2DISTVERSION= 1.14.5 3CATEGORIES= graphics 4MASTER_SITES= http://cairographics.org/releases/ 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= C++ interface to cairo 8WWW= https://cairographics.org 9 10LICENSE= lgpl 11 12LIB_DEPENDS= libfreetype.so:print/freetype2 \ 13 libpng.so:graphics/png 14 15USES= compiler:c++11-lang gnome meson pkgconfig tar:xz 16USE_GNOME= cairo libsigc++20 17USE_XORG= x11 xext xrender 18USE_LDCONFIG= yes 19 20MESON_ARGS= -Dbuild-examples=false \ 21 -Dbuild-tests=false 22 23.include <bsd.port.mk> 24