3105b28d41
Reported by: pointyhat
38 lines
963 B
Makefile
38 lines
963 B
Makefile
# New ports collection makefile for: otcl
|
|
# Date created: 23 April 1999
|
|
# Whom: obonilla
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= otcl
|
|
PORTVERSION= 1.9
|
|
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:${PORTSDIR}/x11-toolkits/tk84
|
|
|
|
USE_AUTOTOOLS= autoconf:213
|
|
CONFIGURE_ARGS= --with-tcl-ver=8.4 --with-tk-ver=8.4
|
|
USE_LDCONFIG= yes
|
|
|
|
PKGINSTALL= ${PORTSDIR}/lang/tcl84/pkg-install.tclsh
|
|
PKGDEINSTALL= ${PORTSDIR}/lang/tcl84/pkg-deinstall.tclsh
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/configure
|
|
@${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/conf/configure.in.x11
|
|
|
|
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>
|