aboutsummaryrefslogtreecommitdiffstats
path: root/devel/replxx/Makefile
blob: f0b82c98bd8e9777f4eee0c461fec552da01bbff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	replxx
DISTVERSIONPREFIX=	release-
DISTVERSION=	0.0.4
CATEGORIES=	devel

MAINTAINER=	meka@tilda.center
COMMENT=	Portable readline library capable of handling UTF-8
WWW=		https://github.com/AmokHuginnsson/replxx

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE.md

USES=		cmake compiler:c++14-lang
USE_GITHUB=	yes
GH_ACCOUNT=	AmokHuginnsson
CMAKE_ON=	BUILD_SHARED_LIBS
USE_LDCONFIG=	yes
PLIST_SUB=	VERSION=${DISTVERSION}

.include <bsd.port.mk>