010d8c7d9a
The new GITHUB MASTER_SITE from r381618 now supports not setting GH_COMMIT and only having GH_TAGNAME default to DISTVERSION. All of these ports as-is. With hat: portmgr
24 lines
396 B
Makefile
24 lines
396 B
Makefile
# $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>
|