mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
6910bf819a
these ports [1] - Trim headers - Remove indefinite article from COMMENT - Convert tab to space in WWW lines PR: ports/175415 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1] Discussed with: bapt
19 lines
387 B
Makefile
19 lines
387 B
Makefile
# 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= c.petrik.sosa@gmail.com
|
|
COMMENT= 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>
|