1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/devel/linenoise-ng/Makefile
Joseph Mingrone 04b57ef638
lx's ports: Reset maintainer to ports@ per his request
Sponsored by:	The FreeBSD Foundation
2022-04-25 12:06:48 -03:00

22 lines
381 B
Makefile

# Created by: David Thiel <lx@freebsd.org>
PORTNAME= linenoise-ng
PORTVERSION= 1.0.0
PORTREVISION= 2
DISTVERSIONPREFIX=v
CATEGORIES= devel
MAINTAINER= ports@FreeBSD.org
COMMENT= Small, portable readline replacement
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= arangodb
CFLAGS+= -fPIC
.include <bsd.port.mk>