mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
8a773dafae
- Adopt port
26 lines
421 B
Makefile
26 lines
421 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= editline
|
|
PORTVERSION= 1.15.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= johans@FreeBSD.org
|
|
COMMENT= Minix editline: A free readline() for UNIX
|
|
|
|
LICENSE= BSD4CLAUSE
|
|
|
|
USES= autoreconf libtool
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= troglobit
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
PORTDOCS= *
|
|
|
|
CONFLICTS_INSTALL= libedit-*
|
|
|
|
.include <bsd.port.mk>
|