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
23 lines
470 B
Makefile
23 lines
470 B
Makefile
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= atk
|
|
PORTVERSION= 2.28.1
|
|
PORTREVISION?= 0
|
|
CATEGORIES= accessibility devel
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GNOME accessibility toolkit (ATK)
|
|
|
|
LICENSE= LGPL20+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USE_LDCONFIG= yes
|
|
USES= gettext gnome localbase meson pkgconfig tar:xz
|
|
USE_GNOME= glib20 introspection:build
|
|
|
|
.include <bsd.port.mk>
|