aboutsummaryrefslogtreecommitdiff
path: root/devel/replxx/Makefile
blob: 907bc84c08d1b9162b1d623924e8e915f05a55c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

PORTNAME=	replxx
DISTVERSIONPREFIX=	release-
DISTVERSION=	0.0.1
PORTREVISION=	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 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>