aboutsummaryrefslogtreecommitdiff
path: root/devel/editline/Makefile
blob: 192e331144e5097d695d1e6fdc61acc3e8a9a3e9 (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
PORTNAME=	editline
PORTVERSION=	1.17.1
CATEGORIES=	devel
MASTER_SITES=	https://github.com/troglobit/editline/releases/download/${PORTVERSION}/

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Minix editline: A free readline() for UNIX
WWW=		https://github.com/troglobit/editline

LICENSE=	BSD4CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		libtool ncurses pathfix

GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
USE_LDCONFIG=	yes

OPTIONS_DEFINE=	DOCS

post-patch:
# Rename editline.3 to libeditline.3 to avoid conflict with libedit
	@${MV} ${WRKSRC}/man/editline.3 ${WRKSRC}/man/libeditline.3

.include <bsd.port.mk>