1994-10-06 01:29:35 +00:00
|
|
|
# New ports collection makefile for: itcl
|
|
|
|
# Version required: 1.5
|
|
|
|
# Date created: Mon Oct 3 22:06:21 EDT 1994
|
|
|
|
# Whom: rww
|
|
|
|
#
|
1995-06-24 11:42:32 +00:00
|
|
|
# $Id: Makefile,v 1.6 1995/05/13 07:53:08 asami Exp $
|
1994-10-06 01:29:35 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= itcl-1.5
|
|
|
|
HAS_CONFIGURE= yes
|
1995-04-01 12:51:41 +00:00
|
|
|
CATEGORIES+= languages
|
1995-04-15 05:44:50 +00:00
|
|
|
MASTER_SITES= ftp://ftp.aud.alcatel.com/tcl/extensions/
|
|
|
|
|
1995-05-13 07:53:08 +00:00
|
|
|
DEPENDS= ${PORTSDIR}/lang/tcl
|
|
|
|
LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk
|
1994-10-06 01:29:35 +00:00
|
|
|
|
1995-04-15 05:44:50 +00:00
|
|
|
PATCH_STRIP= -p1
|
|
|
|
|
1995-06-24 11:42:32 +00:00
|
|
|
post-install:
|
|
|
|
ldconfig -m ${PREFIX}/lib
|
|
|
|
|
1994-10-06 01:29:35 +00:00
|
|
|
.include <bsd.port.mk>
|