mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
996 B
Plaintext
29 lines
996 B
Plaintext
PortSystem 1.0
|
|
|
|
name mpop
|
|
version 1.2.2
|
|
revision 1
|
|
categories mail
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description small and fast POP3 client
|
|
long_description mpop is a small and fast POP3 client with header based \
|
|
mail filtering capabilities.
|
|
|
|
homepage http://mpop.sourceforge.net/
|
|
master_sites sourceforge
|
|
checksums rmd160 4dbe6b7345bfd07b40f1f813df85535740046ce6 \
|
|
sha256 d1e7d7d18147996cfc6195cdfb936ca51620cb841a7460043d8cc838ca48bfc3
|
|
use_xz yes
|
|
|
|
depends_build port:pkgconfig
|
|
depends_lib path:lib/pkgconfig/gnutls.pc:gnutls port:gettext port:libgsasl
|
|
|
|
configure.ldflags-append "-lintl"
|
|
|
|
configure.args --with-libiconv-prefix=${prefix} \
|
|
--with-ssl=gnutls \
|
|
--mandir=${prefix}/share/man \
|
|
--infodir=${prefix}/share/info
|