1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00
Jan Beich f1f1a8be88 devel/icu: update to 73.1
- Temporarily switch to GitHub auto archive (release artifacts are N/A atm)

Changes:	https://github.com/unicode-org/icu/releases/tag/release-73-1
Reported by:	GitHub (watch releases)
PR:		270422
Exp-run by:	antoine
2023-04-13 00:56:37 +00:00

35 lines
731 B
Makefile

PORTNAME= libvmime
PORTVERSION= 0.9.2
DISTVERSIONPREFIX= v
PORTREVISION= 13
CATEGORIES= mail
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= All-in-one Internet mail library
WWW= https://www.vmime.org/
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgnutls.so:security/gnutls \
libgsasl.so:security/libgsasl
USES= cmake:noninja compiler:c++11-lib pkgconfig
CMAKE_ARGS= -DLIB_SUFFIX=""
CMAKE_OFF= VMIME_BUILD_SAMPLES VMIME_SHARED_PTR_USE_BOOST
CMAKE_ON= VMIME_SHARED_PTR_USE_CXX
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= kisli
GH_PROJECT= vmime
OPTIONS_DEFINE= ICU
ICU_DESC= Use icu instead of iconv for charset conversion
ICU_LIB_DEPENDS= libicuuc.so:devel/icu
ICU_USES_OFF= iconv
.include <bsd.port.mk>