opnsense-ports/devel/libedit/Makefile
Franco Fichtner ef54a6d63e devel/libedit: sync with upstream
Taken from: FreeBSD
2022-11-10 09:22:15 +01:00

27 lines
641 B
Makefile

PORTNAME= libedit
PORTVERSION= ${EDITVERSION}.${EDITDATE}
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= https://thrysoee.dk/editline/
DISTNAME= ${PORTNAME}-${EDITDATE}-${EDITVERSION}
MAINTAINER= bapt@FreeBSD.org
COMMENT= Command line editor library
WWW= https://thrysoee.dk/editline/
LICENSE= BSD2CLAUSE
USES= cpe libtool localbase ncurses pathfix
EDITVERSION= 3.1
EDITDATE= 20221030
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
CPE_VENDOR= libedit_project
CONFLICTS_INSTALL= editline
post-install:
${MV} ${STAGEDIR}${PREFIX}/man/man3/history.3 ${STAGEDIR}${PREFIX}/man/man3/el_history.3
.include <bsd.port.mk>