aboutsummaryrefslogtreecommitdiffstats
path: root/mail/newmail/Makefile
blob: cad65fbe545a58aa38c39af7f3224f710a5ad30f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Andrew Stevenson <andrew@ugh.net.au>
# $FreeBSD$

PORTNAME=   newmail
PORTVERSION=    1.0.2
CATEGORIES= mail
MASTER_SITES=   ftp://ftp.ugh.net.au/pub/unix/newmail/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Tool for checking for new mail in multiple mail boxes

WRKSRC=     ${WRKDIR}/newmail

MAN1=       newmail.1
MANCOMPRESSED=  maybe
PLIST_FILES=    bin/newmail

NO_STAGE=   yes
.include <bsd.port.mk>