aboutsummaryrefslogtreecommitdiff
path: root/lang/linux-f10-tcl85/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/linux-f10-tcl85/Makefile')
-rw-r--r--lang/linux-f10-tcl85/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/lang/linux-f10-tcl85/Makefile b/lang/linux-f10-tcl85/Makefile
deleted file mode 100644
index 09a02f3eb309..000000000000
--- a/lang/linux-f10-tcl85/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: lang/linux-f8-tcl84
-# Date created: 21 January 2009
-# Whom: Stas Timokhin <stast@bsdportal.ru>
-# $FreeBSD$
-#
-
-PORTNAME= tcl
-PORTVERSION= 8.4.17
-CATEGORIES= lang linux
-PKGNAMEPREFIX= linux-f8-
-PKGNAMESUFFIX= 84
-DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
-
-MAINTAINER= stast@bsdportal.ru
-COMMENT= Tool Command Language (Linux Fedora 8)
-
-USE_LINUX_RPM= yes
-LINUX_DIST_VER= 8
-RPMVERSION= 1.fc8
-BRANDELF_FILES= usr/bin/tclsh8.4
-USE_LDCONFIG= yes
-
-PLIST_SUB= PORTVERSION="${PORTVERSION}"
-DESCR= ${.CURDIR}/../${PORTNAME}${PKGNAMESUFFIX}/pkg-descr
-
-.include <bsd.port.pre.mk>
-
-pre-fetch:
-.if ${OSVERSION}<700055
- IGNORE= You need at least FreeBSD>=7.0 RELEASE with Linux emulation 2.6.x
-.endif
-
-.include <bsd.port.post.mk>