mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
8b62234838
This only affects "Created by" lines with one exception: devel/uclcmd. There the maintainer is changed. This was overlooked in r416918. Approved by: junovitch (mentor)
28 lines
570 B
Makefile
28 lines
570 B
Makefile
# Created by: Johannes Meixner <johannes@perceivon.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tcl
|
|
PORTVERSION= 8.5.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= lang linux
|
|
PKGNAMESUFFIX= 85
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Tool Command Language (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
CONFLICTS= linux-f10-tcl85-[0-9]*
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
USE_LINUX= c6
|
|
USE_LINUX_RPM= yes
|
|
USE_LINUX_RPM_BAD_PERMS= yes
|
|
RPMVERSION= 6.el6
|
|
BRANDELF_FILES= usr/bin/tclsh usr/bin/tclsh8.5
|
|
USE_LDCONFIG= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|