blob: def23f734a0e5e2335a9d1e01743c4b66a93879b (
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
25
26
27
28
29
|
# New ports collection makefile for: expect
# Version required: 5.26
# Date created: 17 Oct 1997
# Whom: taguchi
#
# $Id: Makefile,v 1.9 1998/07/21 13:26:01 asami Exp $
#
DISTNAME= expect-5.26
PKGNAME= ja-expect-5.26
CATEGORIES= japanese lang tk80
MAINTAINER= taguchi@tohoku.iij.ad.jp
LIB_DEPENDS= tk80jp\\.1\\.:${PORTSDIR}/japanese/tk80
FILESDIR= ${.CURDIR}/../../lang/expect/files
GNU_CONFIGURE= yes
USE_AUTOCONF= yes
CFLAGS= -DKANJI -DKINPUT2
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
NO_MAN_INSTALL= yes
.include "${.CURDIR}/../../lang/expect/Makefile"
|