mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
96bc8048c3
shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
36 lines
945 B
Makefile
36 lines
945 B
Makefile
# New ports collection makefile for: expect
|
|
# Version required: 5.26
|
|
# Date created: 17 Oct 1997
|
|
# Whom: taguchi
|
|
#
|
|
# $Id: Makefile,v 1.12 1998/10/10 04:08:54 steve Exp $
|
|
#
|
|
|
|
DISTNAME= expect-5.28
|
|
PKGNAME= ja-expect-5.28
|
|
CATEGORIES= japanese lang tk80
|
|
MASTER_SITES= ftp://peloton.physics.montana.edu/pub/distfiles/
|
|
|
|
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 libexpect528jp.so.1.2 ${PREFIX}/lib/libexpect528jp.so
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|