tcl85 and tk85 were removed in 0e2a2491a3bf but these two ports referenced the corresponding pkg-descr files. Make a copy of the descriptions as it is done with tcl/tk 86 and 87 Fixes: 0e2a2491a3bf2f45f65667f75b7eb0d68bf321f8
23 lines
473 B
Makefile
23 lines
473 B
Makefile
PORTNAME= tcl
|
|
PORTVERSION= 8.5.13
|
|
DISTVERSIONSUFFIX= -8.el7
|
|
PORTREVISION= 1
|
|
CATEGORIES= lang linux
|
|
PKGNAMESUFFIX= 85
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Tool Command Language (Linux CentOS ${LINUX_DIST_VER})
|
|
WWW= https://www.tcl.tk/
|
|
|
|
USES= cpe linux:c7
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX_RPM= yes
|
|
USE_LINUX_RPM_BAD_PERMS= yes
|
|
|
|
CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX}
|
|
DATADIR= ${PREFIX}/usr/share/tcl${PORTVERSION:R}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|