# ports collection makefile for:	readline
# Date created:				10 December 2003
# Whom:					Frank Laszlo <laszlof@vonostingroup.com>
#
# $FreeBSD: ports/devel/readline/Makefile,v 1.1 2003/12/28 10:32:48 edwin Exp $
#

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>
