summaryrefslogblamecommitdiff
path: root/lang/tcl83/Makefile
blob: e3651a2e407f8cf345bc45c5d3c6ddeea7bca7e3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                              
                              


                                      
                                                   

 

                          
                          
                                                       
 
                                  
 
                   
                                          





                                    


                                                      




                                    

                                                           
# 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