1288d2ff34
From pkg-descr: This is XMAILWATCHER, which periodically checks a user's mailbox. If there is mail, the user is notified either by a changing icon, or by a list of senders and subjects in an X object. PR: ports/25438 Submitted by: Harry Newton <harry_newton@telinco.co.uk>
23 lines
408 B
Makefile
23 lines
408 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= ftp://ftp.dcs.ed.ac.uk/pub/X11/
|
|
DISTNAME= xmailwatcher
|
|
|
|
MAINTAINER= harry_newton@telinco.co.uk
|
|
|
|
MAN1= xmailwatcher.1
|
|
USE_IMAKE= yes
|
|
|
|
post-install:
|
|
strip ${PREFIX}/bin/xmailwatcher
|
|
|
|
.include <bsd.port.mk>
|