freebsd-ports/devel/readline/Makefile
Edwin Groothuis 98d41cddb3 New Port: devel/readline-4.3
libreadline is out of date in base (both -STABLE and 5.x)
	HEAD is the only version thats up to date. This port is only
	temp (to make quftp work) until libreadline is updated.

Actually I'm hoping that the submitter will keep maintaining this
PR so that people will have the choice to update their readline
libs. Maybe it could support LIBREADLINE_OVERWRITE_BASE ?

PR:		ports/60166
Submitted by:	Frank J. Laszlo <laszlof@vonostingroup.com>
2003-12-28 10:32:48 +00:00

23 lines
474 B
Makefile

# ports collection makefile for: readline
# Date created: 10 December 2003
# Whom: Frank Laszlo <laszlof@vonostingroup.com>
#
# $FreeBSD$
#
PORTNAME= readline
PORTVERSION= 4.3
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cwru.edu/pub/bash/
MAINTAINER= laszlof@vonostingroup.com
COMMENT= A library for editing command lines as they are typed
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
INFO= readline rluserman history
MAN3= readline.3 history.3
.include <bsd.port.mk>