aboutsummaryrefslogtreecommitdiff
path: root/accessibility/linux-c7-at-spi2-atk/Makefile
blob: df3098c5f014b8eec68587a02ea30b66b2672ab6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	at-spi2-atk
PORTVERSION=	2.26.2
DISTVERSIONSUFFIX=	-1.el7
CATEGORIES=	accessibility linux

MAINTAINER=	emulation@FreeBSD.org
COMMENT=	Assistive technology ATK bridge (Linux CentOS ${LINUX_DIST_VER})

LICENSE=	LGPL20+

USES=		cpe linux:c7
USE_LDCONFIG=	yes
USE_LINUX=	at-spi2-core atk dbuslibs
USE_LINUX_RPM=	yes
CPE_VENDOR=	gnome

DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>