aboutsummaryrefslogtreecommitdiffstats
path: root/lang/otcl/Makefile
blob: c82aedd43a5c930ee0739d2bd1d8b651c96eac98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for: otcl
# Date created:     23 April 1999
# Whom:         obonilla
#
# $FreeBSD$
#

PORTNAME=   otcl
PORTVERSION=    1.0a5
CATEGORIES= lang
MASTER_SITES=   http://www-mash.cs.berkeley.edu/dist/

MAINTAINER= obonilla@fisicc-ufm.edu

LIB_DEPENDS=    tk82.1:${PORTSDIR}/x11-toolkits/tk82

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2
USE_AUTOCONF= yes

post-install:
    ${LN} -sf libotcl.so ${PREFIX}/lib/libotcl.so.1
    ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
    strip ${PREFIX}/bin/otclsh
    strip ${PREFIX}/bin/owish

.include <bsd.port.mk>