aboutsummaryrefslogtreecommitdiffstats
path: root/mail/xmailwatcher/Makefile
blob: a7dfeb307b67dc66d1ddd19c8813109917bf4f14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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
PLIST_FILES=        bin/xmailwatcher
USE_IMAKE=      yes

post-install:
    ${STRIP_CMD} ${PREFIX}/bin/xmailwatcher

.include <bsd.port.mk>