opnsense-ports/textproc/utf8proc/Makefile
Franco Fichtner 3dc362aaf2 textproc/utf8proc: sync with upstream
Taken from: FreeBSD
2022-11-25 13:19:04 +01:00

35 lines
702 B
Makefile

PORTNAME= utf8proc
DISTVERSIONPREFIX= v
DISTVERSION= 2.8.0
CATEGORIES= textproc devel
MAINTAINER= diizzy@FreeBSD.org
COMMENT= UTF-8 processing library
WWW= https://juliastrings.github.io/utf8proc/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= JuliaStrings
USE_LDCONFIG= yes
CMAKE_ON= BUILD_SHARED_LIBS
PLIST_FILES= include/utf8proc.h \
lib/libutf8proc.so \
lib/libutf8proc.so.2 \
lib/libutf8proc.so.2.6.0 \
libdata/pkgconfig/libutf8proc.pc
PORTDOCS= NEWS.md README.md
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && \
${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>