freebsd-ports/textproc/utf8proc/Makefile
Hiroki Sato d69a45f8d4 Update to 2.2.0.
- Update MASTER_SITES
- Update WWW

Changes:	https://github.com/JuliaStrings/utf8proc/releases
		https://github.com/JuliaStrings/utf8proc/blob/master/NEWS.md
Submitted by:	sunpoet
PR:		236160
2019-03-03 05:03:32 +00:00

38 lines
777 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= utf8proc
PORTVERSION= 2.2.0
DISTVERSIONPREFIX= v
CATEGORIES= textproc devel
MAINTAINER= hrs@FreeBSD.org
COMMENT= UTF-8 processing library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= JuliaStrings
USE_LDCONFIG= yes
MAKE_ARGS= prefix=${PREFIX}
PLIST_FILES= include/utf8proc.h \
lib/libutf8proc.a \
lib/libutf8proc.so \
lib/libutf8proc.so.2 \
lib/libutf8proc.so.${PORTVERSION}
PORTDOCS= NEWS.md README.md
OPTIONS_DEFINE= DOCS
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libutf8proc.so
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && \
${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>