blob: 3f3bf37f7ae639aa2efab142f00fbe24654f7da4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: newmail
# Version required: 1.0.1
# Date created: 30 Sep 1999
# Whom: Andrew Stevenson <andrew@ugh.net.au>
#
# $FreeBSD$
#
DISTNAME= newmail-1.0.1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/newmail/ \
ftp://css.tuu.utas.edu.au/pub/unix/newmail/
MAINTAINER= andrew@ugh.net.au
WRKSRC= ${WRKDIR}/newmail
MAN1= newmail.1
.include <bsd.port.mk>
|