opnsense-ports/devel/utf8cpp/Makefile

29 lines
621 B
Makefile

PORTNAME= utf8cpp
DISTVERSIONPREFIX= v
DISTVERSION= 3.2.2
CATEGORIES= devel
MAINTAINER= k@stereochro.me
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
.include <bsd.port.mk>