aboutsummaryrefslogtreecommitdiffstats
path: root/devel/readline/Makefile
blob: 2c0e691187e80a30eb2fc168fa174a31a81258f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Created by: Frank Laszlo <laszlof@vonostingroup.com>
# $FreeBSD$

PORTNAME=   readline
PORTVERSION=    6.2
PORTREVISION=   1
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_GNU} \
        ftp://ftp.cwru.edu/pub/bash/
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= eadler@FreeBSD.org
COMMENT=    A library for editing command lines as they are typed

LICENSE=    GPLv3

OPTIONS_DEFINE= TERMCAP
OPTIONS_DEFAULT=TERMCAP
TERMCAP_DESC=   Link against libtermcap

GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes

INFO=       readline rluserman history
MAN3=       readline.3 history.3

.include <bsd.port.options.mk>

pre-configure:
.if ${PORT_OPTIONS:MTERMCAP}
    ${REINPLACE_CMD} "s/SHOBJ_LDFLAGS =/SHOBJ_LDFLAGS = -ltermcap/" ${WRKSRC}/shlib/Makefile.in
.endif

.include <bsd.port.mk>