mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
a26a1bf68d
- Drop no longer necessary libadwaita workaround in kooha
Changes: 7f61711...8442d60
PR: 257917
31 lines
719 B
Makefile
31 lines
719 B
Makefile
PORTNAME= libadwaita
|
|
PORTVERSION= 0.0.20210812
|
|
CATEGORIES= x11-toolkits
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Building blocks for modern GNOME applications
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= sassc:textproc/sassc \
|
|
valac:lang/vala
|
|
LIB_DEPENDS= libfribidi.so:converters/fribidi \
|
|
libgraphene-1.0.so:graphics/graphene
|
|
|
|
USES= gettext gnome meson ninja pkgconfig
|
|
USE_GITLAB= yes
|
|
USE_GNOME= cairo gdkpixbuf2 gtk40 introspection:build
|
|
GL_SITE= https://gitlab.gnome.org
|
|
GL_ACCOUNT= GNOME
|
|
GL_COMMIT= 8442d6097b36c17e87582525ceab3ce3d5bccd48
|
|
|
|
PORTSCOUT= limit:1,even
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
DOCS_BUILD_DEPENDS= gi-docgen:textproc/py-gi-docgen
|
|
DOCS_MESON_TRUE= gtk_doc
|
|
|
|
.include <bsd.port.mk>
|