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