diff options
Diffstat (limited to 'graphics/cairomm11/Makefile')
-rw-r--r-- | graphics/cairomm11/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/cairomm11/Makefile b/graphics/cairomm11/Makefile new file mode 100644 index 000000000000..67eb0c45a0a4 --- /dev/null +++ b/graphics/cairomm11/Makefile @@ -0,0 +1,25 @@ +PORTNAME= cairomm +PORTVERSION= 1.18.0 +CATEGORIES= graphics +MASTER_SITES= https://cairographics.org/releases/ +PKGNAMESUFFIX= 11 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= C++ interface to cairo +WWW= https://cairographics.org + +LICENSE= LGPL20+ + +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig + +USE_LDCONFIG= yes +USES= compiler:c++17-lang gnome meson pkgconfig tar:xz +USE_CXXSTD= c++17 +USE_GNOME= cairo libsigc++30 libxslt + +MESON_ARGS= -Dmaintainer-mode=false \ + -Dbuild-documentation=false \ + -Dbuild-examples=false \ + -Dbuild-tests=false + +.include <bsd.port.mk> |