ports/devel/utf8cpp/Makefile
2021-04-06 16:31:07 +02:00

25 lines
549 B
Makefile

# Created by: Keith Gaughan <k@stereochro.me>
PORTNAME= utf8cpp
PORTVERSION= 3.1.2
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= k@stereochro.me
COMMENT= Simple, portable, lightweight library for handling UTF-8 strings
LICENSE= BSL
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= nemtrif
GH_PROJECT= utfcpp
PLIST_FILES= include/utf8cpp/utf8.h \
include/utf8cpp/utf8/checked.h \
include/utf8cpp/utf8/core.h \
include/utf8cpp/utf8/cpp11.h \
include/utf8cpp/utf8/unchecked.h \
lib/cmake/utf8cpp/utf8cppConfig.cmake
.include <bsd.port.mk>