1997-03-11 12:52:43 +01:00
|
|
|
# New ports collection makefile for: expect
|
1997-10-17 07:58:08 +02:00
|
|
|
# Date created: 17 Oct 1997
|
1997-03-11 12:52:43 +01:00
|
|
|
# Whom: taguchi
|
|
|
|
#
|
1999-08-25 07:28:01 +02:00
|
|
|
# $FreeBSD$
|
1997-03-11 12:52:43 +01:00
|
|
|
#
|
|
|
|
|
2000-04-11 16:15:53 +02:00
|
|
|
PORTNAME= expect
|
|
|
|
PORTVERSION= 5.30
|
1998-07-27 02:12:17 +02:00
|
|
|
CATEGORIES= japanese lang tk80
|
1999-12-23 19:46:41 +01:00
|
|
|
MASTER_SITES= ftp://ftp.nist.gov/mel/div826/subject/expect/old/
|
1997-03-25 09:01:45 +01:00
|
|
|
|
1997-03-11 12:52:43 +01:00
|
|
|
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
2003-02-21 13:35:09 +01:00
|
|
|
COMMENT= A sophisticated scripter based on Japanized tcl/tk
|
1997-03-11 12:52:43 +01:00
|
|
|
|
1998-09-28 17:15:04 +02:00
|
|
|
LIB_DEPENDS= tk80jp.1:${PORTSDIR}/japanese/tk80
|
1997-03-11 12:52:43 +01:00
|
|
|
|
2004-03-14 07:17:56 +01:00
|
|
|
USE_AUTOCONF_VER= 213
|
1998-07-04 01:18:33 +02:00
|
|
|
CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
|
|
|
CONFIGURE_ARGS= --enable-shared --with-tclconfig=${PREFIX}/lib/tcl8.0jp \
|
|
|
|
--with-tkconfig=${PREFIX}/lib/tk8.0jp \
|
|
|
|
--with-tclinclude=${PREFIX}/include/tcl8.0jp \
|
|
|
|
--with-tkinclude=${PREFIX}/include/tk8.0jp
|
1997-10-17 07:58:08 +02:00
|
|
|
|
1998-02-18 07:28:34 +01:00
|
|
|
NO_MAN_INSTALL= yes
|
2000-06-17 07:34:04 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
1998-02-18 07:28:34 +01:00
|
|
|
|
1998-11-14 10:43:39 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
1998-09-28 17:15:04 +02:00
|
|
|
post-install:
|
1998-11-14 10:43:39 +01:00
|
|
|
.if ${PORTOBJFORMAT} == "aout"
|
1999-09-18 19:37:39 +02:00
|
|
|
${LN} -sf libexpect530jp.so.1.2 ${PREFIX}/lib/libexpect530jp.so
|
1998-11-14 10:43:39 +01:00
|
|
|
.endif
|
1998-09-28 17:15:04 +02:00
|
|
|
|
1999-09-18 19:37:39 +02:00
|
|
|
test:
|
|
|
|
cd ${WRKSRC} && ${SETENV} PORTOBJFORMAT=${PORTOBJFORMAT} ${MAKE} test
|
|
|
|
|
1998-11-14 10:43:39 +01:00
|
|
|
.include <bsd.port.post.mk>
|