mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
00e82cdc80
o Upgrade dependency on tcl/tk to 8.4. PR: ports-jp/14620 Submitted by: Hiroyuki Une <harrier@seiryu.cim.hkg.ac.jp>
35 lines
796 B
Makefile
35 lines
796 B
Makefile
# New ports collection makefile for: otcl
|
|
# Date created: 23 April 1999
|
|
# Whom: obonilla
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= otcl
|
|
PORTVERSION= 1.8
|
|
CATEGORIES= lang tcl84 tk84
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= otcl-tclcl
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= MIT Object Tcl
|
|
|
|
LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84
|
|
|
|
USE_AUTOCONF_VER= 213
|
|
CONFIGURE_ARGS= --with-tcl-ver=8.4 --with-tk-ver=8.4
|
|
INSTALLS_SHLIB= yes
|
|
|
|
PKGINSTALL= ${PORTSDIR}/lang/tcl84/pkg-install.tclsh
|
|
PKGDEINSTALL= ${PORTSDIR}/lang/tcl84/pkg-deinstall.tclsh
|
|
|
|
post-install:
|
|
${LN} -sf libotcl.so ${PREFIX}/lib/libotcl.so.1
|
|
${STRIP_CMD} ${PREFIX}/bin/otclsh
|
|
${STRIP_CMD} ${PREFIX}/bin/owish
|
|
.if exists(${PKGINSTALL})
|
|
${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|