mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
3e13cd9738
- Fixed bug in {n,}frm compatibility. - Added $CHK4MAIL_OPTIONS for a default options list. - Added $MAIL_UNREAD_AS_OLD as dirty alternative for -u. PR: 64666 Submitted by: Johan van Selst (maintainer) Approved by: linimon (mentor)
22 lines
435 B
Makefile
22 lines
435 B
Makefile
# New ports collection makefile for: chk4mail
|
|
# Date created: 18 October 2002
|
|
# Whom: johans
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= chk4mail
|
|
PORTVERSION= 2.17
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://ftp.stack.nl/pub/users/johans/chk4mail/ \
|
|
ftp://mud.stack.nl/pub/chk4mail/
|
|
|
|
MAINTAINER= johans@stack.nl
|
|
COMMENT= A utility to quickly check multiple folders for new email
|
|
|
|
MAN1= chk4mail.1 chkimap.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|