mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
00505cbefa
discussed many times on -ports. I expect that a few of the dependencies will break silently. I didn't touch ja-tcl (etc.) since the tclsh message should perhaps be translated? PR: ports/5894 Mention: Eivind (a first shot at a tclsh script)
34 lines
742 B
Makefile
34 lines
742 B
Makefile
# New ports collection makefile for: tcl8.1
|
|
# Version required: 8.1.a2
|
|
# Date created: 19 August 1997
|
|
# Whom: jkh
|
|
#
|
|
# $Id: Makefile,v 1.9 1998/07/04 17:29:15 jdp Exp $
|
|
#
|
|
|
|
DISTNAME= tcl8.1a2
|
|
PKGNAME= tcl-8.1.a2
|
|
CATEGORIES= lang tcl81
|
|
MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_1/
|
|
|
|
MAINTAINER= jseger@FreeBSD.ORG
|
|
|
|
NO_LATEST_LINK= yes
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/unix
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-shared
|
|
CONFIGURE_ENV= PORTSDIR=${PORTSDIR}
|
|
|
|
post-install:
|
|
${LDCONFIG} -m ${PREFIX}/lib
|
|
.if exists(${PORTSDIR}/lang/tcl80/pkg/INSTALL.tclsh)
|
|
${SH} ${PORTSDIR}/lang/tcl80/pkg/INSTALL.tclsh
|
|
.endif
|
|
|
|
test:
|
|
cd ${WRKSRC} && ${MAKE} test
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
PKG_ARGS+= -i ${PORTSDIR}/lang/tcl80/pkg/INSTALL.tclsh
|