opnsense-ports/mail/chk4mail/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

18 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>