freebsd-ports/mail/xmailwatcher/Makefile

23 lines
495 B
Makefile

# Created by: Harry Newton
# $FreeBSD$
PORTNAME= xmailwatcher
PORTVERSION= 1.6
PORTREVISION= 2
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
USES= imake
USE_XORG= ice sm x11 xaw xext xmu xpm xt
NO_STAGE= yes
post-install:
${STRIP_CMD} ${PREFIX}/bin/xmailwatcher
.include <bsd.port.mk>