freebsd-ports/devel/libedit/Makefile
2021-04-06 16:31:07 +02:00

27 lines
597 B
Makefile

# Created by: jasone
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
LICENSE= BSD2CLAUSE
USES= libtool localbase ncurses pathfix
EDITVERSION= 3.1
EDITDATE= 20210216
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
CONFLICTS_INSTALL= editline-*
post-install:
${MV} ${STAGEDIR}${PREFIX}/man/man3/history.3 ${STAGEDIR}${PREFIX}/man/man3/el_history.3
.include <bsd.port.mk>