1997-03-11 11:52:43 +00:00
|
|
|
# New ports collection makefile for: expect
|
1997-10-17 05:58:08 +00:00
|
|
|
# Version required: 5.25
|
|
|
|
# Date created: 17 Oct 1997
|
1997-03-11 11:52:43 +00:00
|
|
|
# Whom: taguchi
|
|
|
|
#
|
1998-02-17 15:13:00 +00:00
|
|
|
# $Id: Makefile,v 1.4 1997/10/17 05:58:02 asami Exp $
|
1997-03-11 11:52:43 +00:00
|
|
|
#
|
|
|
|
|
1997-10-17 05:58:08 +00:00
|
|
|
PKGNAME= ja-expect-5.25
|
|
|
|
CATEGORIES= japanese lang
|
1997-03-25 08:01:45 +00:00
|
|
|
|
1997-03-11 11:52:43 +00:00
|
|
|
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
|
|
|
|
|
|
|
LIB_DEPENDS= tk42jp\\.1\\.:${PORTSDIR}/japanese/tk42
|
|
|
|
|
1998-02-17 15:13:00 +00:00
|
|
|
FILESDIR= ${.CURDIR}/../../lang/expect/files
|
|
|
|
|
|
|
|
NO_MAN_INSTALL= yes
|
|
|
|
.include "${.CURDIR}/../../lang/expect/Makefile"
|
|
|
|
|
1997-03-11 11:52:43 +00:00
|
|
|
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
|
1997-10-17 05:58:08 +00:00
|
|
|
|
|
|
|
test:
|
|
|
|
@(cd ${WRKSRC}; make test)
|