mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 14:50:31 -04:00
25 lines
549 B
Makefile
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>
|