freebsd-ports/accessibility/linux-c7-atk/Makefile
2020-05-03 12:50:42 +00:00

25 lines
488 B
Makefile

# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
# $FreeBSD$
PORTNAME= atk
PORTVERSION= 2.28.1
DISTVERSIONSUFFIX= -2.el7
PORTREVISION= 1
CATEGORIES= accessibility linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Accessibility Toolkit (Linux CentOS ${LINUX_DIST_VER})
LICENSE= GPLv3
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
.include <bsd.port.mk>