openbsd-ports/lang/otcl/Makefile
espie 46805c3820 Fix tcl/tk 8.0 and 8.3 dependencies...
tcl/tk 8.2 still needs to be updated to 8.3 to fully clean up that mess.
2000-03-27 18:17:27 +00:00

24 lines
546 B
Makefile

#
# $FreeBSD: ports/lang/otcl/Makefile,v 1.6 1999/11/28 18:31:28 steve Exp $
# $OpenBSD: Makefile,v 1.5 2000/03/27 18:17:28 espie Exp $
#
DISTNAME= otcl-1.0a4
CATEGORIES= lang
NEED_VERSION= 1.230
MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/
MAINTAINER= angelos@openbsd.org
LIB_DEPENDS= tk82.1::x11/tk82
GNU_CONFIGURE= Yes
CONFIGURE_ARGS= --includedir=${PREFIX}/include/tcl8.2/generic \
--with-tcl-ver=8.2
post-install:
ln -sf libotcl.so.1 ${PREFIX}/lib/libotcl.so
${SETENV} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>