freebsd-ports/x11-toolkits/tk84/Makefile
Tim Vanderhoek 8a135bbda0 Install a wish script that spits-out all the various names for wish. The
script handles for tclX and tkstep.  This is as per several discussions
on -ports.  I expect one or two of the depending ports to break silently.

I didn't touch the ja-ports, since INSTALL.wish might want translating?

PR:		bin/5894
Mention:	Eivind, who wrote part of INSTALL.wish
1998-07-27 21:36:08 +00:00

35 lines
774 B
Makefile

# New ports collection makefile for: tk8.0
# Version required: 8.1a2
# Date created: 19 August 1997
# Whom: jkh
#
# $Id: Makefile,v 1.12 1998/07/12 21:07:21 jdp Exp $
#
DISTNAME= tk8.1a2
PKGNAME= tk-8.1.a2
CATEGORIES= x11 tk81
MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_1/
MAINTAINER= jseger@FreeBSD.ORG
LIB_DEPENDS= tcl81\\.1\\.0:${PORTSDIR}/lang/tcl81
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}/x11/tk80/pkg/INSTALL.wish)
${SH} ${PORTSDIR}/x11/tk80/pkg/INSTALL.wish
.endif
test:
cd ${WRKSRC}; make test
.include <bsd.port.mk>
PKG_ARGS+= -i ${PORTSDIR}/x11/tk80/pkg/INSTALL.wish