mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
32 lines
801 B
Makefile
32 lines
801 B
Makefile
# New ports collection makefile for: expect
|
|
# Version required: 5.26
|
|
# Date created: 17 Oct 1997
|
|
# Whom: taguchi
|
|
#
|
|
# $Id: Makefile,v 1.8 1998/07/03 23:18:22 steve Exp $
|
|
#
|
|
|
|
DISTNAME= expect-5.26
|
|
PKGNAME= ja-expect-5.26
|
|
CATEGORIES= japanese lang tk42
|
|
|
|
MAINTAINER= taguchi@tohoku.iij.ad.jp
|
|
|
|
LIB_DEPENDS= tk80jp\\.1\\.:${PORTSDIR}/japanese/tk80
|
|
|
|
BROKEN= patch
|
|
|
|
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"
|