33 lines
619 B
Makefile
Raw Normal View History

2008-08-20 06:38:33 +00:00
# $OpenBSD: Makefile,v 1.59 2008/08/20 06:38:33 sturm Exp $
COMMENT= IMAP/POP3/SDPS mail retriever
2008-08-20 06:38:33 +00:00
V= 4.8.3
2008-03-17 19:44:51 +00:00
DISTNAME= getmail-$V
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
2008-03-17 19:44:51 +00:00
SUBST_VARS= V
EXDIR= ${PREFIX}/share/examples/getmail
post-install:
${INSTALL_DATA_DIR} ${EXDIR}
${INSTALL_DATA} ${WRKDIST}/docs/getmailrc-examples ${EXDIR}
.include <bsd.port.mk>