1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/editline/Makefile
Johan van Selst 8a773dafae - Update to editline 1.15.0
- Adopt port
2015-09-20 13:22:42 +00:00

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>