mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
e6bde293f7
Thanks go to all the folks who tested on their systems and tested ports that relied on Tcl/Tk v8.x.
28 lines
534 B
Makefile
28 lines
534 B
Makefile
# New ports collection makefile for: tcl8.0
|
|
# Version required: 8.0
|
|
# Date created: 19 August 1997
|
|
# Whom: jkh
|
|
#
|
|
# $Id: Makefile,v 1.2 1997/10/08 10:48:41 asami Exp $
|
|
#
|
|
|
|
DISTNAME= tcl8.0p1
|
|
PKGNAME= tcl-8.0.1
|
|
CATEGORIES= lang tcl80
|
|
MASTER_SITES= ftp://ftp.sunlabs.com/pub/tcl/
|
|
|
|
MAINTAINER= jkh@freebsd.org
|
|
|
|
WRKSRC= ${WRKDIR}/tcl8.0/unix
|
|
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>
|