Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/accessibility/linux-c7-at-spi2-core/Makefile
16462 views
PORTNAME=	at-spi2-core
PORTVERSION=	2.28.0
DISTVERSIONSUFFIX=	-1.el7
CATEGORIES=	accessibility linux

MAINTAINER=	[email protected]
COMMENT=	Assistive technology service provider interface (Linux CentOS ${LINUX_DIST_VER})
WWW=		https://gitlab.gnome.org/GNOME/at-spi2-core

LICENSE=	LGPL20+

RUN_DEPENDS=	at-spi2-core>=2.28.0:accessibility/at-spi2-core

USES=		linux:c7
USE_LDCONFIG=	yes
USE_LINUX=	dbuslibs xorglibs
USE_LINUX_RPM=	yes

OPTIONS_DEFINE=	DOCS NLS
OPTIONS_SUB=	yes

post-patch:
.for d in etc usr/lib/systemd usr/libexec usr/share/dbus-1 usr/share/defaults
	@${RM} -r ${WRKSRC}/${d}
.endfor

.include <bsd.port.mk>