mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
60764ff075
These ports reference the pkg-descr file of some other port and used to get the WWW entry from that other port's file. Reported by: dan@langille.org (Dan Langille)
25 lines
559 B
Makefile
25 lines
559 B
Makefile
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})
|
|
WWW= https://www.tcl.tk/
|
|
|
|
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>
|