1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/mail/xmailwatcher/Makefile
2021-04-06 16:31:07 +02:00

21 lines
490 B
Makefile

# Created by: Harry Newton
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
PLIST_FILES= bin/xmailwatcher man/man1/xmailwatcher.1.gz
USES= imake xorg
USE_XORG= ice sm x11 xaw xext xmu xpm xt
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xmailwatcher
.include <bsd.port.mk>