aboutsummaryrefslogtreecommitdiffstats
path: root/devel/utf8cpp/Makefile
blob: 234cacab770019614767b81a082cc5a7c38534af (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
24
25
26
27
28
29
30
PORTNAME=	utf8cpp
DISTVERSIONPREFIX=	v
DISTVERSION=	3.2.3
CATEGORIES=	devel

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Simple, portable, lightweight library for handling UTF-8 strings
WWW=		https://github.com/nemtrif/utfcpp

LICENSE=	BSL
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cmake
USE_GITHUB=	yes
GH_ACCOUNT=	nemtrif
GH_PROJECT=	utfcpp

NO_ARCH=	yes

PLIST_FILES=	include/utf8cpp/utf8.h \
		include/utf8cpp/utf8/checked.h \
		include/utf8cpp/utf8/core.h \
		include/utf8cpp/utf8/cpp11.h \
		include/utf8cpp/utf8/cpp17.h \
		include/utf8cpp/utf8/unchecked.h \
		lib/cmake/utf8cpp/utf8cppConfig.cmake \
		lib/cmake/utf8cpp/utf8cppConfigVersion.cmake \
		lib/cmake/utf8cpp/utf8cppTargets.cmake

.include <bsd.port.mk>