mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 01:00:33 -04:00
Converted to meson. PORTSCOUT limited to the 2.66 series as 2.68 and later are incompatible with current consumers; the later versions are mainly for GTK 4 consumers that AFAICT do not exist yet. MFH: 2 weeks Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D33938
28 lines
592 B
Makefile
28 lines
592 B
Makefile
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
|
|
|
PORTNAME= glibmm
|
|
PORTVERSION= 2.66.2
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= C++ interfaces for glib2
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= compiler:c++11-lang gettext gnome meson pathfix perl5 \
|
|
pkgconfig python:3.7+,build shebangfix tar:xz
|
|
USE_GNOME= glib20 libsigc++20
|
|
USE_LDCONFIG= yes
|
|
|
|
SHEBANG_GLOB= *.py
|
|
|
|
MESON_ARGS= -Dbuild-documentation=false
|
|
|
|
# 2.68 and later are currently incompatible with consumers
|
|
PORTSCOUT= limit:^2\.66
|
|
PLIST_SUB= VERSION=2.4
|
|
|
|
.include <bsd.port.mk>
|