blob: e460383ce08582a962f2c0c36a947ff55cba9bbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: otcl
# Version required: 1.0a4
# Date created: 23 April 1999
# Whom: obonilla
#
# $Id$
#
DISTNAME= otcl-1.0a4
CATEGORIES= lang
MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/
MAINTAINER= obonilla@fisicc-ufm.edu
LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --includedir=${PREFIX}/include/tcl8.0/generic
.include <bsd.port.mk>
|