freebsd-ports/mail/xmailwatcher/Makefile
Edwin Groothuis df3c9e78bd ports with possibly unreachable MAINTAINERs
*** addresses that seem to be dead:

PR:		ports/58694
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-11-02 02:48:08 +00:00

23 lines
487 B
Makefile

# New ports collection makefile for: xmailwatcher
# Date created: 14 II 2001
# Whom: Harry Newton
#
# $FreeBSD$
#
PORTNAME= xmailwatcher
PORTVERSION= 1.6
CATEGORIES= mail
MASTER_SITES= http://www.dcs.ed.ac.uk/home/gdmr/X11/
DISTNAME= xmailwatcher
MAINTAINER= ports@FreeBSD.org
COMMENT= Mailbox checker which displays sender and subject lines of mails
MAN1= xmailwatcher.1
USE_IMAKE= yes
post-install:
${STRIP_CMD} ${PREFIX}/bin/xmailwatcher
.include <bsd.port.mk>