freebsd-ports/mail/chk4mail/Makefile

25 lines
505 B
Makefile
Raw Normal View History

# New ports collection makefile for: chk4mail
# Date created: 18 October 2002
# Whom: johans
#
# $FreeBSD$
#
PORTNAME= chk4mail
2009-04-03 16:50:54 +02:00
PORTVERSION= 2.24
CATEGORIES= mail
MASTER_SITES= ftp://ftp.stack.nl/pub/users/johans/chk4mail/ \
ftp://mud.stack.nl/pub/chk4mail/
MAINTAINER= johans@stack.nl
2003-02-21 13:51:06 +01:00
COMMENT= A utility to quickly check multiple folders for new email
PLIST_FILES= bin/chk4mail bin/chkimap
MAN1= chk4mail.1 chkimap.1
GNU_CONFIGURE= yes
2008-10-27 21:33:42 +01:00
CONFIGURE_ARGS+= --with-imap
.include <bsd.port.mk>