2006-11-14 13:40:41 +01:00
|
|
|
# New ports collection makefile for: eventlog
|
|
|
|
# Date created: 10 november 2006
|
|
|
|
# Whom: Ivan Lago <ivan.lago@ifom-ieo-campus.it>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= eventlog
|
2011-05-13 17:06:26 +02:00
|
|
|
PORTVERSION= 0.2.12
|
2006-11-14 13:40:41 +01:00
|
|
|
CATEGORIES= sysutils
|
2011-05-13 17:06:26 +02:00
|
|
|
MASTER_SITES= http://www.balabit.com/downloads/files/syslog-ng/sources/3.2.2/source/
|
2009-11-25 20:56:15 +01:00
|
|
|
DISTFILES= $(PORTNAME)_$(PORTVERSION).tar.gz
|
2006-11-14 13:40:41 +01:00
|
|
|
|
2011-05-13 17:06:26 +02:00
|
|
|
MAINTAINER= cy@FreeBSD.org
|
2009-11-25 20:56:15 +01:00
|
|
|
COMMENT= Replacement of the simple syslog() API providing structure to messages
|
2006-11-14 13:40:41 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GNOME= gnomehack pkgconfig
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|