freebsd-ports/mail/newmail/Makefile
Alex Kozlov 546a9259a9 - Return ports to the pool
PR:	ports/183244
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer)
2013-10-23 20:45:10 +00:00

20 lines
395 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= ports@FreeBSD.org
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>