blob: 8ddb46ed07f31189fbb72b94363975fdbc3cc7d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
PORTNAME= libadwaita
PORTVERSION= 1.8.4
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Building blocks for modern adaptive GNOME applications
WWW= https://gitlab.gnome.org/GNOME/libadwaita
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= sassc:textproc/sassc
LIB_DEPENDS= libappstream.so:devel/appstream \
libfribidi.so:converters/fribidi \
libgraphene-1.0.so:graphics/graphene
USES= gettext-tools gnome meson ninja pkgconfig python:build \
shebangfix tar:xz vala:build
USE_GNOME= cairo gdkpixbuf gtk40 introspection:build
USE_LDCONFIG= yes
SHEBANG_FILES= src/gen-public-types.py
OPTIONS_DEFINE= DOCS EXAMPLES
DOCS_BUILD_DEPENDS= gi-docgen:textproc/py-gi-docgen
DOCS_MESON_TRUE= documentation
.include <bsd.port.mk>
|