blob: 21758bc60b78cf49f3730660471ed9990a2cdf84 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|