blob: a59002c38b36d6cff8ed16307e2e0aaed62c9746 (
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
|
# 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>
|