951c1f5d1c
The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761
55 lines
1.5 KiB
Makefile
55 lines
1.5 KiB
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-terminal
|
|
PORTVERSION= 3.28.2
|
|
CATEGORIES= x11 gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Terminal component for the GNOME 3 Desktop
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \
|
|
itstool:textproc/itstool \
|
|
vala:lang/vala
|
|
LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \
|
|
libgnutls.so:security/gnutls \
|
|
libfribidi.so:converters/fribidi \
|
|
libpcre2-8.so:devel/pcre2
|
|
RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= cpe gettext gmake gnome libtool localbase pathfix \
|
|
pkgconfig tar:xz
|
|
USE_GNOME= cairo dconf gdkpixbuf2 gtk30 intltool vte3
|
|
USE_XORG= x11
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
CPE_VENDOR= gnome
|
|
|
|
GLIB_SCHEMAS= org.gnome.Terminal.gschema.xml
|
|
|
|
OPTIONS_SUB= yes
|
|
OPTIONS_DEFINE= MIGRATION SEARCHPROVIDER NAUTILUS
|
|
OPTIONS_DEFAULT= SEARCHPROVIDER NAUTILUS
|
|
|
|
SEARCHPROVIDER_DESC= Gnome-shell search provider
|
|
SEARCHPROVIDER_CONFIGURE_ENABLE= search-provider
|
|
SEARCHPROVIDER_BUILD_DEPENDS= gnome-shell:x11/gnome-shell
|
|
SEARCHPROVIDER_RUN_DEPENDS= gnome-shell:x11/gnome-shell
|
|
|
|
MIGRATION_CONFIGURE_ENABLE= migration
|
|
MIGRATION_USE= GNOME=gconf2
|
|
MIGRATION_DESC= Profile migration to gsettings (pulls in gconf2)
|
|
|
|
NAUTILUS_CONFIGURE_WITH= nautilus-extension
|
|
NAUTILUS_USE= GNOME=nautilus3
|
|
NAUTILUS_DESC= Open in terminal extension for nautilus
|
|
|
|
.include <bsd.port.mk>
|