aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/linux-c6-tk85/Makefile
blob: e80791dde20277d75a4734f9a8bcdc4016d5b05b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: bsam
# $FreeBSD$

PORTNAME=   tk
PORTVERSION=    8.5.7
PORTREVISION=   3
CATEGORIES= x11-toolkits linux
PKGNAMESUFFIX=  85

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

DATADIR=    ${PREFIX}/usr/share/tk${PORTVERSION:R}
DESCR=      ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr
RPMVERSION= 5.el6
USES=       linux:c6
USE_LDCONFIG=   yes
USE_LINUX=  xorglibs
USE_LINUX_RPM=  yes
USE_LINUX_RPM_BAD_PERMS=    yes

.include <bsd.port.mk>