blob: 6a254d47b14ff9f7d9b7f223a4c69b10c0f6a289 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: itcl
# Version required: 1.5
# Date created: Mon Oct 3 22:06:21 EDT 1994
# Whom: rww
#
# $Id: Makefile,v 1.7 1995/06/24 11:39:31 asami Exp $
#
DISTNAME= itcl-1.5
HAS_CONFIGURE= yes
CATEGORIES+= languages
MASTER_SITES= ftp://ftp.aud.alcatel.com/tcl/extensions/
DEPENDS= ${PORTSDIR}/lang/tcl
LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk
PATCH_STRIP= -p1
.include <bsd.port.mk>
|