1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/lang/expect/Makefile
Pietro Cerutti 5a0021db16 lang/expect: update to 5.45.4
Announcement: https://sourceforge.net/p/tcl/mailman/message/36215275/

While at it, set LICENSE and import TEA 3.10 (which fixes the shared library
generation).
2018-02-08 13:05:40 +00:00

31 lines
694 B
Makefile

# Created by: pst
# $FreeBSD$
PORTNAME= expect
PORTVERSION= 5.45.4
PORTEPOCH= 1
CATEGORIES= lang tcl tk
MASTER_SITES= SF/expect/Expect/${PORTVERSION}
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= tcltk@FreeBSD.org
COMMENT= Sophisticated scripter based on Tcl/Tk
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/license.terms
WRKSRC= ${WRKDIR}/${DISTNAME}
USES= tcl:tea autoreconf
USE_LDCONFIG= yes
CONFIGURE_ARGS= --datadir=${DATADIR}
PLIST_SUB+= PORTVERSION=${PORTVERSION}
TEST_TARGET= test
post-install:
${LN} -sf expect${PORTVERSION}/libexpect${PORTVERSION}.so \
${STAGEDIR}${PREFIX}/lib/libexpect.so.1
${LN} -sf libexpect.so.1 ${STAGEDIR}${PREFIX}/lib/libexpect.so
.include <bsd.port.mk>