1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/mail/chk4mail/Makefile
Johan van Selst 4aaac0b5f9 Update my mail address to @FreeBSD.org
Feature safe:   yes
2010-02-23 18:07:14 +00:00

25 lines
508 B
Makefile

# New ports collection makefile for: chk4mail
# Date created: 18 October 2002
# Whom: johans
#
# $FreeBSD$
#
PORTNAME= chk4mail
PORTVERSION= 2.25
CATEGORIES= mail
MASTER_SITES= ftp://ftp.stack.nl/pub/users/johans/chk4mail/ \
ftp://mud.stack.nl/pub/chk4mail/
MAINTAINER= johans@FreeBSD.org
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
CONFIGURE_ARGS+= --with-imap
.include <bsd.port.mk>