1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/japanese/expect/Makefile
Ade Lovett 3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00

39 lines
963 B
Makefile

# New ports collection makefile for: expect
# Date created: 17 Oct 1997
# Whom: taguchi
#
# $FreeBSD$
#
PORTNAME= expect
PORTVERSION= 5.30
CATEGORIES= japanese lang tk80
MASTER_SITES= ftp://ftp.nist.gov/mel/div826/subject/expect/old/
MAINTAINER= taguchi@tohoku.iij.ad.jp
COMMENT= A sophisticated scripter based on Japanized tcl/tk
LIB_DEPENDS= tk80jp.1:${PORTSDIR}/japanese/tk80
USE_AUTOCONF_VER= 213
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
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
post-install:
.if ${PORTOBJFORMAT} == "aout"
${LN} -sf libexpect530jp.so.1.2 ${PREFIX}/lib/libexpect530jp.so
.endif
test:
cd ${WRKSRC} && ${SETENV} PORTOBJFORMAT=${PORTOBJFORMAT} ${MAKE} test
.include <bsd.port.post.mk>