freebsd-ports/mail/chk4mail/Makefile
2015-03-22 11:54:23 +00:00

19 lines
411 B
Makefile

# $FreeBSD$
PORTNAME= chk4mail
PORTVERSION= 2.28
CATEGORIES= mail
MASTER_SITES= ftp://ftp.stack.nl/pub/users/johans/chk4mail/ \
ftp://mud.stack.nl/pub/chk4mail/
MAINTAINER= johans@FreeBSD.org
COMMENT= Quickly check multiple folders for new email
PLIST_FILES= bin/chk4mail bin/chkimap \
man/man1/chk4mail.1.gz man/man1/chkimap.1.gz
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-imap
.include <bsd.port.mk>