blob: 27d7c1b9ac2622593476d865a2f6f056d96d24f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: expect
# Version required: 5.22.0
# Date created: 10 March 1997
# Whom: taguchi
#
# $Id: Makefile,v 1.1.1.1 1997/03/11 11:52:41 asami Exp $
#
FILESDIR= ${.CURDIR}/../../lang/expect/files
.include "${.CURDIR}/../../lang/expect/Makefile"
PKGNAME= jp-expect-5.22.0
CATEGORIES= japanese
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
|