ports/devel/libedit/Makefile
Sergey A. Osokin 505065c360 devel/libedit: add a workaround fixing man pages rendering issue
Bump PORTREVISION.

PR:		291213
Sponsored by:	tipi.work
2025-11-25 14:14:46 -05:00

26 lines
548 B
Makefile

PORTNAME= libedit
DISTVERSION= 3.1-20251016
PORTREVISION= 1
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>