aboutsummaryrefslogtreecommitdiffstats
path: root/lang/linux-f10-tcl85/Makefile
blob: fe9d4f0666a3fb10ca7bbbad2ddf47c39909263d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    lang/linux-f10-tcl85
# Date created:             2009-05-04
# Whom:                 bsam
# $FreeBSD$
#

PORTNAME=   tcl
PORTVERSION=    8.5.3
PORTREVISION=   2
CATEGORIES= lang linux
PKGNAMEPREFIX=  linux-f10-
PKGNAMESUFFIX=  85
DISTNAME=   ${PORTNAME}-${PORTVERSION}-${RPMVERSION}

MAINTAINER= emulation@FreeBSD.org
COMMENT=    Tool Command Language (Linux Fedora 10)

CONFLICTS=  linux-f8-tcl84-[0-9]*

USE_LINUX_RPM=  yes
LINUX_DIST_VER= 10
RPMVERSION= 1.fc10
BRANDELF_FILES= usr/bin/tclsh8.5
USE_LDCONFIG=   yes

PLIST_SUB=  PORTVERSION="${PORTVERSION}"
DESCR=      ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr

.include <bsd.port.mk>