1997-08-20 10:33:43 +00:00
|
|
|
# New ports collection makefile for: tcl8.0
|
|
|
|
# Version required: 8.0
|
|
|
|
# Date created: 19 August 1997
|
|
|
|
# Whom: jkh
|
|
|
|
#
|
1997-11-26 22:49:22 +00:00
|
|
|
# $Id: Makefile,v 1.2 1997/10/08 10:48:41 asami Exp $
|
1997-08-20 10:33:43 +00:00
|
|
|
#
|
|
|
|
|
1997-11-26 22:49:22 +00:00
|
|
|
DISTNAME= tcl8.0p1
|
|
|
|
PKGNAME= tcl-8.0.1
|
1997-10-08 10:48:52 +00:00
|
|
|
CATEGORIES= lang tcl80
|
1997-08-20 10:33:43 +00:00
|
|
|
MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/
|
|
|
|
|
|
|
|
MAINTAINER= jkh@freebsd.org
|
|
|
|
|
1997-11-26 22:49:22 +00:00
|
|
|
WRKSRC= ${WRKDIR}/tcl8.0/unix
|
1997-08-20 10:33:43 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --enable-shared
|
|
|
|
CONFIGURE_ENV= PORTSDIR=${PORTSDIR}
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
|
|
|
|
test:
|
|
|
|
cd ${WRKSRC} && ${MAKE} test
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|