1999-04-30 18:36:22 +02:00
|
|
|
# New ports collection makefile for: otcl
|
|
|
|
# Date created: 23 April 1999
|
|
|
|
# Whom: obonilla
|
|
|
|
#
|
1999-08-25 08:35:40 +02:00
|
|
|
# $FreeBSD$
|
1999-04-30 18:36:22 +02:00
|
|
|
#
|
|
|
|
|
2000-04-12 08:21:15 +02:00
|
|
|
PORTNAME= otcl
|
2000-12-09 16:30:18 +01:00
|
|
|
PORTVERSION= 1.0a6
|
1999-04-30 18:36:22 +02:00
|
|
|
CATEGORIES= lang
|
2000-12-09 16:30:18 +01:00
|
|
|
MASTER_SITES= http://www.isi.edu/nsnam/dist/
|
1999-04-30 18:36:22 +02:00
|
|
|
|
|
|
|
MAINTAINER= obonilla@fisicc-ufm.edu
|
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
|
1999-04-30 18:36:22 +02:00
|
|
|
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
1999-04-30 18:36:22 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2000-02-23 15:02:37 +01:00
|
|
|
CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2
|
2000-06-16 23:52:40 +02:00
|
|
|
USE_AUTOCONF= yes
|
2000-10-08 12:02:41 +02:00
|
|
|
PKGINSTALL= ${PORTSDIR}/lang/tcl82/pkg-install.tclsh
|
|
|
|
PKGDEINSTALL= ${PORTSDIR}/lang/tcl82/pkg-deinstall.tclsh
|
1999-11-28 19:32:45 +01:00
|
|
|
|
|
|
|
post-install:
|
2000-02-23 15:02:37 +01:00
|
|
|
${LN} -sf libotcl.so ${PREFIX}/lib/libotcl.so.1
|
|
|
|
strip ${PREFIX}/bin/otclsh
|
|
|
|
strip ${PREFIX}/bin/owish
|
2000-05-31 20:17:39 +02:00
|
|
|
.if exists(${PKGINSTALL})
|
|
|
|
${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL}
|
|
|
|
.endif
|
1999-05-13 01:02:31 +02:00
|
|
|
|
1999-04-30 18:36:22 +02:00
|
|
|
.include <bsd.port.mk>
|