aboutsummaryrefslogtreecommitdiff
path: root/mail/newmail/Makefile
blob: d361e9d2226019e328c44b5d570a1a5f3e4c62e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	newmail
# Date created:		30 Sep 1999
# Whom:			Andrew Stevenson <andrew@ugh.net.au>
#
# $FreeBSD$
#

PORTNAME=	newmail
PORTVERSION=	1.0.2
CATEGORIES=	mail
MASTER_SITES=	http://freebsd.unixfreunde.de/sources/

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

WRKSRC=		${WRKDIR}/newmail

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

.include <bsd.port.mk>