aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gnome-initial-setup/Makefile
blob: 3d43ff7f0dbe5c994a7a22bd20554e5dbb069f96 (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
30
31
32
33
34
35
36
37
38
39
PORTNAME=	gnome-initial-setup
PORTVERSION=	43.2
PORTREVISION=	1
CATEGORIES=	deskutils gnome
MASTER_SITES=	GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR=	gnome

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	First boot setup tool for GNOME
WWW=		https://live.gnome.org/GnomeOS/Design/Whiteboards/InitialSetup

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	gdm>=3.0.0:x11/gdm \
		gnome-autogen.sh:devel/gnome-common \
		krb5>0:security/krb5
LIB_DEPENDS=	libaccountsservice.so:sysutils/accountsservice \
		libadwaita-1.so:x11-toolkits/libadwaita \
		libgeocode-glib-2.so:net/geocode-glib2 \
		libgoa-1.0.so:net/gnome-online-accounts \
		libgweather-4.so:net/libgweather4 \
		libhandy-1.so:x11-toolkits/libhandy \
		libpwquality.so:security/libpwquality \
		librest-1.0.so:net/librest1 \
		libwebkit2gtk-5.0.so:www/webkit2-gtk4
RUN_DEPENDS=	gdm>=3.0.0:x11/gdm \
		krb5>0:security/krb5

USES=		compiler:c++11-lib gettext gnome meson pathfix pkgconfig tar:xz
USE_GNOME=	gnomedesktop3 gtk30 intlhack

MESON_ARGS=	-Dibus=disabled \
		-Dparental_controls=disabled \
		-Dsystemd=false

PORTSCOUT=	limitw:1,even

.include <bsd.port.mk>