mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
23 lines
457 B
Makefile
23 lines
457 B
Makefile
# 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>
|