Files
ports/devel/editline/Makefile
T
2026-07-11 20:20:45 +08:00

26 lines
604 B
Makefile

PORTNAME= editline
PORTVERSION= 2.1.0
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
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>