bb5cf6c4f3
Eliminate LINUXNAME from port Makefiles. This was just a helper variable without special meaning outside port Makefiles but several developers have copied it to new ports where it was then unused, apparently thinking that it did have some special meaning.
27 lines
600 B
Makefile
27 lines
600 B
Makefile
# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
|
|
# $FreeBSD$
|
|
|
|
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})
|
|
|
|
USES= linux:c7
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= xorglibs
|
|
USE_LINUX_RPM= yes
|
|
USE_LINUX_RPM_BAD_PERMS= yes
|
|
|
|
CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX}-[0-9]*
|
|
DATADIR= ${PREFIX}/usr/share/tk${PORTVERSION:R}
|
|
DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|