Files
ports/devel/libedit/Makefile
T
Sergey A. Osokin e86d34a518 devel/libedit: update: 3.1-20251016 -> 3.1-20260512
PR:		295648
Exp-run by:	antoine

Sponsored by:	tipi.work
2026-06-05 13:40:31 -04:00

25 lines
532 B
Makefile

PORTNAME= libedit
DISTVERSION= 3.1-20260512
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= https://thrysoee.dk/editline/
DISTNAME= ${PORTNAME}-${PORTVERSION:E}-${PORTVERSION:R}
MAINTAINER= osa@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>