Files
Sergey A. Osokin 2f373b9161 devel/libedit: update to 3.1-20250104
Approved by:	bapt (maintainer)
2025-03-21 13:07:55 -04:00

25 lines
533 B
Makefile

PORTNAME= libedit
DISTVERSION= 3.1-20250104
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= https://thrysoee.dk/editline/
DISTNAME= ${PORTNAME}-${PORTVERSION:E}-${PORTVERSION:R}
MAINTAINER= bapt@FreeBSD.org
COMMENT= Command line editor library
WWW= https://thrysoee.dk/editline/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe libtool localbase ncurses pathfix
CPE_VENDOR= libedit_project
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-examples
INSTALL_TARGET= install-strip
.include <bsd.port.mk>