ports/devel/glibmm26/Makefile
Charlie Li 6edc5cedcb
devel/glibmm26: update to 2.80.1
Changelog: https://gitlab.gnome.org/GNOME/glibmm/-/blob/2.80.1/NEWS

The latest upstream version is 2.82.0, but the port is only updated
to this version to match devel/glib20.
2024-10-25 17:03:50 -04:00

26 lines
513 B
Makefile

PORTNAME= glibmm
PORTVERSION= 2.80.1
CATEGORIES= devel
MASTER_SITES= GNOME
PKGNAMESUFFIX= 26
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= C++ interfaces for glib2
WWW= https://www.gtkmm.org/
LICENSE= LGPL21
USES= compiler:c++11-lang gettext gnome meson pathfix perl5 \
pkgconfig python:build shebangfix tar:xz
USE_GNOME= glib20 libsigc++30
USE_LDCONFIG= yes
SHEBANG_GLOB= *.py
MESON_ARGS= -Dbuild-documentation=false
PORTSCOUT= limitw:1,even
PLIST_SUB= VERSION=2.68
.include <bsd.port.mk>