1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/lang/otcl/Makefile
Satoshi Taoka b66187e805 MIT Object Tcl
PR:		11338
Submitted by:	Oscar Bonilla <obonilla@fisicc-ufm.edu>
1999-04-30 16:36:22 +00:00

20 lines
410 B
Makefile

# 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>