mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
5812de6cad
which appeared in some of them, everything here is a programming language! :)
20 lines
412 B
Makefile
20 lines
412 B
Makefile
# 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.8 1995/10/11 01:19:48 asami Exp $
|
|
#
|
|
|
|
DISTNAME= itcl-1.5
|
|
HAS_CONFIGURE= yes
|
|
CATEGORIES+= lang
|
|
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>
|