mirror of https://git.FreeBSD.org/ports.git
25 lines
621 B
Makefile
25 lines
621 B
Makefile
PORTNAME= tk
|
|
PORTVERSION= 8.6.10
|
|
DISTVERSIONSUFFIX= -9.el9
|
|
CATEGORIES= x11-toolkits linux
|
|
PKGNAMESUFFIX= 86
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Graphical toolkit for TCL (Rocky Linux ${LINUX_DIST_VER})
|
|
WWW= https://www.tcl.tk/
|
|
|
|
USES= cpe linux:rl9
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= tcl86 xorglibs
|
|
USE_LINUX_RPM= yes
|
|
#USE_LINUX_RPM_BAD_PERMS= yes
|
|
|
|
CONFLICTS= linux-c7-${PORTNAME}${PKGNAMESUFFIX}
|
|
DATADIR= ${PREFIX}/usr/share/${PORTNAME}${PORTVERSION:R}
|
|
DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}${PKGNAMESUFFIX}/pkg-descr
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|