mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
20 lines
401 B
Makefile
20 lines
401 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|