mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
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
27 lines
634 B
Makefile
27 lines
634 B
Makefile
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= at-spi2-atk
|
|
PORTVERSION= 2.26.2
|
|
CATEGORIES= accessibility x11-toolkits
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Assisted Technology Provider module for GTK+
|
|
|
|
LICENSE= LGPL21
|
|
|
|
BUILD_DEPENDS= at-spi2-core>=2.17.90:accessibility/at-spi2-core
|
|
LIB_DEPENDS= libdbus-1.so:devel/dbus
|
|
RUN_DEPENDS= at-spi2-core>=2.17.90:accessibility/at-spi2-core
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= cpe gettext-runtime gnome localbase meson pkgconfig tar:xz
|
|
USE_GNOME= atk glib20 intlhack
|
|
USE_LDCONFIG= yes
|
|
CPE_VENDOR= gnome
|
|
|
|
.include <bsd.port.mk>
|