aboutsummaryrefslogtreecommitdiff
path: root/sysutils/eventlog/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-11-14 12:40:41 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-11-14 12:40:41 +0000
commit15b7aa1860be31fad68c061658e69249bcaad906 (patch)
tree10c29682f132b3a861b878098ba7433e0ad755f5 /sysutils/eventlog/Makefile
parentc29df0f29f5e32d0dae1c951b3c034ceeb840815 (diff)
downloadports-15b7aa1860be31fad68c061658e69249bcaad906.tar.gz
ports-15b7aa1860be31fad68c061658e69249bcaad906.zip
Notes
Diffstat (limited to 'sysutils/eventlog/Makefile')
-rw-r--r--sysutils/eventlog/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/eventlog/Makefile b/sysutils/eventlog/Makefile
new file mode 100644
index 000000000000..afd4c369a1b7
--- /dev/null
+++ b/sysutils/eventlog/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: eventlog
+# Date created: 10 november 2006
+# Whom: Ivan Lago <ivan.lago@ifom-ieo-campus.it>
+#
+# $FreeBSD$
+#
+
+PORTNAME= eventlog
+PORTVERSION= 0.2.5
+CATEGORIES= sysutils
+MASTER_SITES= http://www.balabit.com/downloads/syslog-ng/2.0/src/
+
+MAINTAINER= ivan.lago@ifom-ieo-campus.it
+COMMENT= Replacement of the simple syslog() API providing structure to messages.
+
+GNU_CONFIGURE= yes
+USE_GNOME= gnomehack pkgconfig
+USE_LDCONFIG= yes
+
+.include <bsd.port.mk>