mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
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.
26 lines
513 B
Makefile
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>
|