e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
27 lines
592 B
Makefile
27 lines
592 B
Makefile
# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tk
|
|
PORTVERSION= 8.5.13
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-toolkits linux
|
|
PKGNAMESUFFIX= 85
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Graphical toolkit for TCL (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX}-[0-9]*
|
|
|
|
DATADIR= ${PREFIX}/usr/share/tk${PORTVERSION:R}
|
|
DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr
|
|
RPMVERSION= 6.el7
|
|
USES= linux:c7
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= xorglibs
|
|
USE_LINUX_RPM= yes
|
|
USE_LINUX_RPM_BAD_PERMS= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|