1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/devel/tclreadline/Makefile
Martin Matuska 9cf28aed84 - Use bsd.tcl.mk infrastructure
- Support all Tcl versions 8.0 and higher
- Bump PORTREVISION
2008-04-02 10:13:27 +00:00

29 lines
605 B
Makefile

# New ports collection makefile for: tclreadline
# Date created: 21 September 1999
# Whom: darius@dons.net.au
#
# $FreeBSD$
#
PORTNAME= tclreadline
PORTVERSION= 2.1.0
PORTREVISION= 2
CATEGORIES= devel tcl80 tcl82 tcl83 tcl84
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= tclreadline
MAINTAINER= ports@FreeBSD.org
COMMENT= GNU readline for TCL
USE_TCL= 80+
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
MANN= tclreadline.n
PLIST_SUB+= VERSION="${PORTVERSION}"
CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} --with-tcl-includes=${TCL_INCLUDEDIR}
.include <bsd.port.mk>