summaryrefslogtreecommitdiff
path: root/mail/lookout/Makefile
blob: f4899717a1308257b81a07885b6436d77526f645 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:	lookout
# Date created:		12 Apr 2002
# Whom:			janos.mohacsi@bsd.hu
#
# $FreeBSD$
#

PORTNAME=	lookout
PORTVERSION=	1.2
CATEGORIES=	mail
MASTER_SITES=	http://tuxedo.org/~esr/lookout/

MAINTAINER=	janos.mohacsi@bsd.hu

USE_PYTHON=	yes
NO_BUILD=	yes

MAN1=	lookout.1

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/lookout ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/lookout.1 ${PREFIX}/man/man1/lookout.1

.include <bsd.port.mk>