openbsd-ports/lang/otcl/Makefile
sturm 3eadb78a03 update to otcl-1.0a8
from some Nico <openbsd@softhome.net>
2003-10-29 22:12:42 +00:00

29 lines
626 B
Makefile

# $OpenBSD: Makefile,v 1.16 2003/10/29 22:12:42 sturm Exp $
# $FreeBSD: ports/lang/otcl/Makefile,v 1.6 1999/11/28 18:31:28 steve Exp $
COMMENT= "MIT Object Tcl"
DISTNAME= otcl-1.0a8
CATEGORIES= lang
HOMEPAGE= http://www.isi.edu/nsnam/otcl/index.html
# BSD-like
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::x11/tk/8.3
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS+=--includedir=${PREFIX}/include/tcl8.3/generic \
--with-tcl-ver=8.3 \
--with-tk-ver=8.3
NO_REGRESS= Yes
.include <bsd.port.mk>