openbsd-ports/lang/otcl/Makefile

27 lines
639 B
Makefile
Raw Normal View History

2000-01-05 21:18:23 -05:00
#
# $FreeBSD: ports/lang/otcl/Makefile,v 1.6 1999/11/28 18:31:28 steve Exp $
# $OpenBSD: Makefile,v 1.10 2000/07/14 05:15:14 kevlo Exp $
2000-01-05 21:18:23 -05:00
#
DISTNAME= otcl-1.0a5
2000-01-05 21:18:23 -05:00
CATEGORIES= lang
NEED_VERSION= 1.314
2000-01-05 21:18:23 -05:00
MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/
HOMEPAGE= ftp://ftp.tns.lcs.mit.edu/pub/otcl/README.html
2000-01-05 21:18:23 -05:00
MAINTAINER= angelos@openbsd.org
2000-04-18 06:34:08 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= tk83.1::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
.include <bsd.port.mk>