blob: 1a1b7cdf9e8f9122c81761f22e22cad72c4582b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $FreeBSD$
PORTNAME= editline
PORTVERSION= 1.14.2
CATEGORIES= devel
MAINTAINER= bapt@FreeBSD.org
COMMENT= Minix editline: A free readline() for UNIX
LICENSE= BSD4CLAUSE
USES= libtool
USE_GITHUB= yes
GH_ACCOUNT= troglobit
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
CONFLICTS_INSTALL= libedit-*
.include <bsd.port.mk>
|