freebsd-ports/mail/xmailwatcher/Makefile
Ying-Chieh Liao cb361ddc1a update master site
PR:		32768
Submitted by:	maintainer
2001-12-13 03:00:03 +00:00

23 lines
415 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
MAN1= xmailwatcher.1
USE_IMAKE= yes
post-install:
strip ${PREFIX}/bin/xmailwatcher
.include <bsd.port.mk>