Files
ports/mail/libvmime/Makefile
Tijl Coosemans 3ab1b8443e - Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-07-23 09:54:02 +00:00

36 lines
811 B
Makefile

# Created by: delphij@FreeBSD.org
# $FreeBSD$
PORTNAME= libvmime
PORTVERSION= 0.9.2.s20140721
CATEGORIES= mail
MAINTAINER= delphij@FreeBSD.org
COMMENT= All-in-one Internet mail library
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \
libgsasl.so:${PORTSDIR}/security/gsasl
USE_GITHUB= yes
GH_ACCOUNT= kisli
GH_PROJECT= vmime
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= 03a0e36
USES= cmake:outsource compiler:c++11-lib iconv pkgconfig
USE_LDCONFIG= yes
CMAKE_ARGS= -DLIB_SUFFIX:STRING="" \
-DVMIME_BUILD_SAMPLES:BOOL=NO \
-DVMIME_SHARED_PTR_USE_BOOST:BOOL=NO \
-DVMIME_SHARED_PTR_USE_CXX:BOOL=YES
post-patch:
@${REINPLACE_CMD} 's,$${VMIME_INSTALL_LIBDIR}/pkgconfig,${PREFIX}/libdata/pkgconfig,' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>