1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/textproc/utf8proc/Makefile
Matthias Andree 8c8971ae61 textproc/utf8proc: Update to 2.5.0, enable 'make test'
All 15 direct requisites build successfully after utf8proc update.
Not bumping dependent ports' PORTREVISIONS since the name of the
shlib remains unchanged and the changes are minor.

PR:		245818
Submitted by:	Daniel Engberg
2020-05-24 01:07:57 +00:00

48 lines
908 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= utf8proc
PORTVERSION= 2.5.0
DISTVERSIONPREFIX= v
CATEGORIES= textproc devel
MAINTAINER= hrs@FreeBSD.org
COMMENT= UTF-8 processing library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
TEST_DEPENDS= curl:ftp/curl
USES= gmake perl5
USE_GITHUB= yes
GH_ACCOUNT= JuliaStrings
USE_LDCONFIG= yes
USE_PERL5= test
MAKE_ARGS= prefix=${PREFIX}
TEST_TARGET= check
CONFLICTS= libutf8proc-[0-9]*
PLIST_FILES= include/utf8proc.h \
lib/libutf8proc.a \
lib/libutf8proc.so \
lib/libutf8proc.so.2 \
lib/libutf8proc.so.2.3.2 \
libdata/pkgconfig/libutf8proc.pc
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>