| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/mail/gmime30/ |
Upload File : |
PORTNAME= gmime
PORTVERSION= 3.2.7
CATEGORIES= mail
MASTER_SITES= GNOME
PKGNAMESUFFIX= 30
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library (written in C) for parsing and creating messages using MIME
WWW= http://spruce.sourceforge.net/gmime/
LICENSE= LGPL21
LIB_DEPENDS= libgpgme.so:security/gpgme \
libassuan.so:security/libassuan \
libidn2.so:dns/libidn2 \
libgpg-error.so:security/libgpg-error
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}30
USES= gettext-runtime gmake gnome iconv libtool localbase pathfix \
pkgconfig tar:xz
USE_GNOME= glib20 introspection:build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= VALA
OPTIONS_DEFAULT= VALA
OPTIONS_SUB= yes
VALA_DESC= Install vala binding
VALA_USES= vala:build
VALA_CONFIGURE_ENABLE= vala
# www.freebsd.org/cgi/query-pr.cgi?pr=118092
# Rename uudecode and uuencode to gmime-* to not conflict with userland
# fix kept in case issue returns
CONFIGURE_ARGS?= \
--program-transform-name="s/uuencode/gmime-uuencode/;s/uudecode/gmime-uudecode/;"
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>