1997-03-11 06:52:43 -05:00
|
|
|
# New ports collection makefile for: expect
|
|
|
|
# Version required: 5.22.0
|
|
|
|
# Date created: 10 March 1997
|
|
|
|
# Whom: taguchi
|
|
|
|
#
|
1997-09-14 17:36:25 -04:00
|
|
|
# $Id: Makefile,v 1.2 1997/03/25 08:01:45 obrien Exp $
|
1997-03-11 06:52:43 -05:00
|
|
|
#
|
|
|
|
|
|
|
|
FILESDIR= ${.CURDIR}/../../lang/expect/files
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../../lang/expect/Makefile"
|
|
|
|
|
1997-09-14 17:36:25 -04:00
|
|
|
PKGNAME= ja-expect-5.22.0
|
1997-03-11 06:52:43 -05:00
|
|
|
CATEGORIES= japanese
|
1997-03-25 03:01:45 -05:00
|
|
|
|
1997-03-11 06:52:43 -05:00
|
|
|
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
|
|
|
|
|
|
|
LIB_DEPENDS= tk42jp\\.1\\.:${PORTSDIR}/japanese/tk42
|
|
|
|
|
|
|
|
CFLAGS+= -DKANJI -DKINPUT2
|
|
|
|
CONFIGURE_ARGS= --enable-shared --with-tclconfig=${PREFIX}/lib/tcl7.6jp \
|
|
|
|
--with-tkconfig=${PREFIX}/lib/tk4.2jp \
|
|
|
|
--with-tclinclude=${PREFIX}/include/tcl7.6jp \
|
|
|
|
--with-tkinclude=${PREFIX}/include/tk4.2jp
|