aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/epylog/Makefile
blob: 554cd7004939c91bda837950785fac0f15a6cbed (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
25
26
27
28
# New ports collection makefile for:    epylog
# Date created:             3 July 2005
# Whom:                 Alan Snelson <alan@wave2.co.uk>
#
# $FreeBSD$
#

PORTNAME=   epylog
PORTVERSION=    1.0.3
CATEGORIES= sysutils
MASTER_SITES=   http://linux.duke.edu/projects/epylog/download/

MAINTAINER= alan@wave2.co.uk
COMMENT=    Epylog is a syslog parser which mails you the output

BUILD_DEPENDS=  ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2
RUN_DEPENDS=    ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2

MAN3=       epylog.3
MAN5=       epylog-modules.5 epylog.conf.5
MAN8=       epylog.8

HAS_CONFIGURE=  yes
CONFIGURE_ARGS= --with-lynx --prefix=${PREFIX}
USE_PERL5=  yes
USE_PYTHON= yes

.include <bsd.port.mk>