1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/replxx/Makefile
Tobias Kortkamp 8239028fa9 New port: devel/replxx
A small, portable GNU readline replacement which is capable of
handling UTF-8 characters.  Unlike GNU readline, which is GPL, this
library uses a BSD license and can be used in any kind of program.

This replxx implementation is based on the work by ArangoDB Team
and Salvatore Sanfilippo and 10gen Inc.  The goal is to create a
zero-config, BSD licensed, readline replacement usable in Apache2
or BSD licensed programs.

WWW: https://github.com/AmokHuginnsson/replxx

PR:		228602
Submitted by:	Goran Mekić <meka@tilda.center>
2018-05-31 08:42:29 +00:00

23 lines
428 B
Makefile

# $FreeBSD$
PORTNAME= replxx
DISTVERSIONPREFIX= release-
DISTVERSION= 0.0.1
CATEGORIES= devel
MAINTAINER= meka@tilda.center
COMMENT= Portable readline library capable of handling UTF-8
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= cmake:outsource compiler:c++14-lang
USE_GITHUB= yes
GH_ACCOUNT= AmokHuginnsson
PLIST_FILES= include/replxx.h \
include/replxx.hxx \
lib/libreplxx.a
.include <bsd.port.mk>