aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/pangomm24/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/pangomm24/Makefile')
-rw-r--r--x11-toolkits/pangomm24/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-toolkits/pangomm24/Makefile b/x11-toolkits/pangomm24/Makefile
new file mode 100644
index 000000000000..fa875bf84693
--- /dev/null
+++ b/x11-toolkits/pangomm24/Makefile
@@ -0,0 +1,25 @@
+PORTNAME= pangomm
+PORTVERSION= 2.56.1
+CATEGORIES= x11-toolkits
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome
+PKGNAMESUFFIX= 24
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= C++ bindings for Pango
+WWW= https://gtkmm.gnome.org/
+
+LICENSE= LGPL21+
+
+USES+= compiler:c++17-lang gnome libtool localbase meson \
+ pkgconfig python:build tar:xz
+USE_CXXSTD= c++17
+USE_GNOME= cairomm11 glibmm26 pango libxslt
+USE_LDCONFIG= yes
+MESON_ARGS= -Dmaintainer-mode=false \
+ -Dbuild-documentation=false
+BINARY_WRAPPERS= gm4
+
+PLIST_SUB= API_VERSION="2.48"
+
+.include <bsd.port.mk>