1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/textproc/utf8proc/Makefile
Daniel Engberg 0d4c08638b textproc/utf8proc: Update to 2.8.0 and take maintainership
Take maintainership after multiple timeouts from current maintainer.

Changelog: https://github.com/JuliaStrings/utf8proc/releases/tag/v2.8.0

References:
https://reviews.freebsd.org/D33552
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251357
https://reviews.freebsd.org/D20399

PR:		267592
Approved by:	portmgr (maintainer timeout, 2+ weeks)
2022-11-24 09:18:47 +01:00

36 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>