Bump sysutils/logstalgia to version 1.0.7_1
[dports.git] / sysutils / eventlog / Makefile
1 # Created by: Ivan Lago <ivan.lago@ifom-ieo-campus.it>
2 # $FreeBSD$
3
4 PORTNAME=       eventlog
5 PORTVERSION=    0.2.12
6 PORTREVISION=   1
7 CATEGORIES=     sysutils
8 MASTER_SITES=   http://www.balabit.com/downloads/files/syslog-ng/sources/3.2.2/source/
9 DISTFILES=      ${PORTNAME}_${PORTVERSION}.tar.gz
10
11 MAINTAINER=     cy@FreeBSD.org
12 COMMENT=        Replacement of the simple syslog() API providing structure to messages
13
14 GNU_CONFIGURE=  yes
15 USES=           libtool pathfix pkgconfig
16 USE_LDCONFIG=   yes
17
18 .include <bsd.port.mk>