1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/accessibility/linux-c6-atk/Makefile

24 lines
458 B
Makefile
Raw Normal View History

# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
# $FreeBSD$
PORTNAME= atk
PORTVERSION= 1.30.0
2017-01-31 16:54:21 +00:00
PORTREVISION= 2
CATEGORIES= accessibility linux
MAINTAINER= emulation@FreeBSD.org
2017-01-31 16:54:21 +00:00
COMMENT= Accessibility Toolkit (Linux CentOS ${LINUX_DIST_VER})
LICENSE= GPLv3
2017-01-31 16:54:21 +00:00
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
RPMVERSION= 1.el6
2017-01-31 16:54:21 +00:00
USES= linux:c6
USE_LDCONFIG= yes
2017-01-31 16:54:21 +00:00
USE_LINUX_RPM= yes
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
.include <bsd.port.mk>