1997-03-11 11:52:43 +00:00
|
|
|
# New ports collection makefile for: expect
|
1998-07-03 23:18:33 +00:00
|
|
|
# Version required: 5.26
|
1997-10-17 05:58:08 +00:00
|
|
|
# Date created: 17 Oct 1997
|
1997-03-11 11:52:43 +00:00
|
|
|
# Whom: taguchi
|
|
|
|
#
|
1998-07-21 13:26:01 +00:00
|
|
|
# $Id: Makefile,v 1.8 1998/07/03 23:18:22 steve Exp $
|
1997-03-11 11:52:43 +00:00
|
|
|
#
|
|
|
|
|
1998-07-03 23:18:33 +00:00
|
|
|
DISTNAME= expect-5.26
|
|
|
|
PKGNAME= ja-expect-5.26
|
1998-02-22 08:35:03 +00:00
|
|
|
CATEGORIES= japanese lang tk42
|
1997-03-25 08:01:45 +00:00
|
|
|
|
1997-03-11 11:52:43 +00:00
|
|
|
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
|
|
|
|
1998-07-03 23:18:33 +00:00
|
|
|
LIB_DEPENDS= tk80jp\\.1\\.:${PORTSDIR}/japanese/tk80
|
1997-03-11 11:52:43 +00:00
|
|
|
|
1998-07-21 13:26:01 +00:00
|
|
|
BROKEN= patch
|
|
|
|
|
1998-02-17 15:13:00 +00:00
|
|
|
FILESDIR= ${.CURDIR}/../../lang/expect/files
|
1998-07-03 23:18:33 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_AUTOCONF= yes
|
1998-02-18 06:28:34 +00:00
|
|
|
CFLAGS= -DKANJI -DKINPUT2
|
1998-07-03 23:18:33 +00: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 05:58:08 +00:00
|
|
|
|
1998-02-18 06:28:34 +00:00
|
|
|
NO_MAN_INSTALL= yes
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../../lang/expect/Makefile"
|