98d41cddb3
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>
23 lines
474 B
Makefile
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>
|