pkgsrc/mail/mpop/Makefile
shattered bc666aaab9 Update to 1.0.28. Changes:
- Always use the internal MD5 functions for the built-in CRAM-MD5
  implementation; never use the ones from OpenSSL. This fixes problems with
  configurations that use OpenSSL and do not use GNU SASL. Thanks to Gleydson
  Soares and Moritz Wilhelmy for providing information and for testing the fix.
- Deprecate DIGEST-MD5 authentication as per RFC 6331.
- Remove unmaintained translations (es, pt_BR).
2013-08-18 10:32:45 +00:00

31 lines
727 B
Makefile

# $NetBSD: Makefile,v 1.18 2013/08/18 10:32:45 shattered Exp $
#
DISTNAME= mpop-1.0.28
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpop/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://mpop.sourceforge.net/
COMMENT= Small, fast and portable POP3 client
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config
INFO_FILES= yes
CONFIGURE_ARGS+= --enable-nls
EGDIR= ${PREFIX}/share/examples/mpop
INSTALLATION_DIRS+= ${EGDIR}
.include "options.mk"
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/mpoprc.example ${DESTDIR}${EGDIR}
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"