1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/japanese/expect/Makefile
Akinori MUSHA edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00

38 lines
946 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
LIB_DEPENDS= tk80jp.1:${PORTSDIR}/japanese/tk80
USE_AUTOCONF= yes
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 <bsd.port.pre.mk>
post-install:
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.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>