openbsd-ports/lang/otcl/Makefile

29 lines
639 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.17 2004/03/13 15:48:54 sturm Exp $
2000-01-05 21:18:23 -05:00
# $FreeBSD: ports/lang/otcl/Makefile,v 1.6 1999/11/28 18:31:28 steve Exp $
COMMENT= "MIT Object Tcl"
DISTNAME= otcl-1.0a8
2000-01-05 21:18:23 -05:00
CATEGORIES= lang
HOMEPAGE= http://www.isi.edu/nsnam/otcl/index.html
2000-01-05 21:18:23 -05:00
# BSD-like
2000-04-18 06:34:08 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.isi.edu/nsnam/dist/
LIB_DEPENDS= tk83.1:tk->=8.3,<8.4:x11/tk/8.3
2000-01-05 21:18:23 -05:00
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS+=--includedir=${PREFIX}/include/tcl8.3/generic \
--with-tcl-ver=8.3 \
--with-tk-ver=8.3
2000-01-05 21:18:23 -05:00
2002-10-27 09:12:47 -05:00
NO_REGRESS= Yes
2000-01-05 21:18:23 -05:00
.include <bsd.port.mk>