freebsd-ports/devel/tclreadline/Makefile
Tijl Coosemans c14e4f5f73 Update automake to 1.16.1. Also remove automake-wrapper. We haven't had
multiple versions of automake in years and probably won't in the future.

PR:		228809
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2018-06-14 12:47:58 +00:00

31 lines
685 B
Makefile

# Created by: darius@dons.net.au
# $FreeBSD$
PORTNAME= tclreadline
PORTVERSION= 2.3.1
DISTVERSIONPREFIX= v
CATEGORIES= devel tcl
MAINTAINER= tcltk@FreeBSD.org
COMMENT= GNU readline for TCL
LICENSE= BSD3CLAUSE
USES= autoreconf libtool tcl readline:port
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \
--with-tcl-includes=${TCL_INCLUDEDIR} \
--with-readline-includes=${LOCALBASE}/include \
--with-readline-library="-L${LOCALBASE}/lib -lreadline"
USE_GITHUB= yes
GH_ACCOUNT= flightaware
USE_LDCONFIG= yes
TCL_PKG= ${PORTNAME}${PORTVERSION}
PLIST_SUB+= PORTVERSION=${PORTVERSION} TCL_PKG=${TCL_PKG}
post-patch:
@${RM} ${WRKSRC}/INSTALL
.include <bsd.port.mk>