2007-09-16 00:27:05 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.23 2007/09/16 00:27:06 merdely Exp $
|
2000-01-06 02:18:23 +00:00
|
|
|
# $FreeBSD: ports/lang/otcl/Makefile,v 1.6 1999/11/28 18:31:28 steve Exp $
|
|
|
|
|
2007-09-16 00:27:05 +00:00
|
|
|
COMMENT= MIT Object Tcl
|
2001-05-06 01:27:52 +00:00
|
|
|
|
2003-10-29 22:12:42 +00:00
|
|
|
DISTNAME= otcl-1.0a8
|
2006-01-04 20:26:58 +00:00
|
|
|
SHARED_LIBS= otcl 1.0
|
2000-01-06 02:18:23 +00:00
|
|
|
CATEGORIES= lang
|
2002-02-28 15:21:32 +00:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.isi.edu/nsnam/otcl/index.html
|
2000-01-06 02:18:23 +00:00
|
|
|
|
2003-10-29 22:12:42 +00:00
|
|
|
# BSD-like
|
2000-04-18 10:34:08 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2005-02-24 13:20:41 +00:00
|
|
|
WANTLIB= c m X11 Xext tcl83
|
2000-04-18 10:34:08 +00:00
|
|
|
|
2002-02-28 15:21:32 +00:00
|
|
|
MASTER_SITES= http://www.isi.edu/nsnam/dist/
|
|
|
|
|
2006-08-03 13:09:09 +00:00
|
|
|
LIB_DEPENDS= tk83.>=1:tk->=8.3,<8.4:x11/tk/8.3
|
2000-01-06 02:18:23 +00:00
|
|
|
|
2002-02-28 15:21:32 +00:00
|
|
|
CONFIGURE_STYLE= gnu dest
|
2000-07-14 05:15:14 +00:00
|
|
|
CONFIGURE_ARGS+=--includedir=${PREFIX}/include/tcl8.3/generic \
|
|
|
|
--with-tcl-ver=8.3 \
|
2006-11-16 07:29:59 +00:00
|
|
|
--with-tk-ver=8.3 \
|
|
|
|
--x-includes=${X11BASE}/include \
|
|
|
|
--x-libraries=${X11BASE}/lib
|
2006-01-04 20:26:58 +00:00
|
|
|
CONFIGURE_ENV= LIBotcl_VERSION=${LIBotcl_VERSION}
|
2000-01-06 02:18:23 +00:00
|
|
|
|
2006-11-13 11:20:24 +00:00
|
|
|
USE_X11= Yes
|
2002-10-27 14:12:47 +00:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2000-01-06 02:18:23 +00:00
|
|
|
.include <bsd.port.mk>
|