summaryrefslogtreecommitdiff
path: root/x11-toolkits/linux-c7-tk85/Makefile
blob: e6b996c9db30164fb88f11923fc9f5b097dc7044 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Piotr Kubaj <pkubaj@anongoth.pl>

PORTNAME=	tk
PORTVERSION=	8.5.13
DISTVERSIONSUFFIX=	-6.el7
PORTREVISION=	1
CATEGORIES=	x11-toolkits linux
PKGNAMESUFFIX=	85

MAINTAINER=	emulation@FreeBSD.org
COMMENT=	Graphical toolkit for TCL (Linux CentOS ${LINUX_DIST_VER})

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

CONFLICTS=	linux-c6-${PORTNAME}${PKGNAMESUFFIX}
DATADIR=	${PREFIX}/usr/share/tk${PORTVERSION:R}
DESCR=		${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>