31 lines
600 B
Makefile
Raw Normal View History

2006-12-13 23:07:36 +00:00
# $OpenBSD: Makefile,v 1.48 2006/12/13 23:07:36 sturm Exp $
2006-10-04 06:40:22 +00:00
COMMENT= "IMAP/POP3/SDPS mail retriever"
2006-12-13 23:07:36 +00:00
DISTNAME= getmail-4.6.6
CATEGORIES= mail
2005-02-16 19:51:32 +00:00
HOMEPAGE= http://pyropus.ca/software/getmail/
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}old-versions/
2004-08-04 19:20:43 +00:00
MODULES= lang/python
2002-10-27 17:21:39 +00:00
NO_REGRESS= Yes
EXDIR= ${PREFIX}/share/examples/getmail
post-install:
${INSTALL_DATA_DIR} ${EXDIR}
${INSTALL_DATA} ${WRKDIST}/docs/getmailrc-examples ${EXDIR}
.include <bsd.port.mk>