freebsd-ports/mail/xmailwatcher/Makefile
SADA Kenji 1288d2ff34 Import of new port skeleton: mail/xmailwatcher.
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>
2001-03-09 22:31:33 +00:00

22 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>