freebsd-ports/mail/xmailwatcher/Makefile
Sergey A. Osokin f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00

24 lines
496 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= http://www.dcs.ed.ac.uk/home/gdmr/X11/
DISTNAME= xmailwatcher
MAINTAINER= harry_newton@telinco.co.uk
COMMENT= Mailbox checker which displays sender and subject lines of mails
MAN1= xmailwatcher.1
USE_IMAKE= yes
post-install:
${STRIP_CMD} ${PREFIX}/bin/xmailwatcher
.include <bsd.port.mk>