pkgsrc/mail/getmail/Makefile
schmonz a50f59417d Update to 4.19.0. From the changelog:
-fix missing import introduced in 4.18.0.  Thanks: Paul Howarth.
2010-06-29 19:36:52 +00:00

19 lines
533 B
Makefile

# $NetBSD: Makefile,v 1.96 2010/06/29 19:36:52 schmonz Exp $
DISTNAME= getmail-4.19.0
CATEGORIES= mail
MASTER_SITES= ${HOMEPAGE}old-versions/
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://pyropus.ca/software/getmail/
COMMENT= Secure, flexible, reliable, easy-to-use fetchmail replacement
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
PYTHON_PATCH_SCRIPTS= *.py getmailcore/*.py
PYDISTUTILSPKG= yes
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"