freebsd-ports/accessibility/linux-c7-at-spi2-core/Makefile
Tijl Coosemans b349998dec Add x11-toolkits/linux-c7-gtk3 and its dependencies:
accessibility/linux-c7-at-spi2-atk
accessibility/linux-c7-at-spi2-core
graphics/linux-c7-cairo-gobject
graphics/linux-c7-libepoxy
x11/linux-c7-libxkbcommon

PR:		240152
Tested by:	bz
2019-09-10 19:30:09 +00:00

30 lines
639 B
Makefile

# $FreeBSD$
PORTNAME= at-spi2-core
PORTVERSION= 2.28.0
DISTVERSIONSUFFIX= -1.el7
CATEGORIES= accessibility linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Assistive technology service provider interface (Linux CentOS ${LINUX_DIST_VER})
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
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
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>