summaryrefslogtreecommitdiffstats
path: root/devel/editline/Makefile
blob: 1efbaaf248cdd92c83b095c0e098f90bea5e4c4c (plain)
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
# $FreeBSD$

PORTNAME=	editline
PORTVERSION=	1.15.1
CATEGORIES=	devel

MAINTAINER=	johans@FreeBSD.org
COMMENT=	Minix editline: A free readline() for UNIX

LICENSE=	BSD4CLAUSE

USES=		autoreconf libtool
USE_GITHUB=	yes
GH_ACCOUNT=	troglobit
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
PORTDOCS=	*

CONFLICTS_INSTALL=	libedit-*

post-patch:
	${REINPLACE_CMD} -e 's|-ltermcap||' ${WRKSRC}/examples/Makefile.am

.include <bsd.port.mk>
OpenPOWER on IntegriCloud