aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libol/Makefile
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-04-25 12:13:23 +0800
committerwill <will@FreeBSD.org>2000-04-25 12:13:23 +0800
commitf63f06ce870cd7960308dc1e392928a77b5aad11 (patch)
treeb37dbd2e707ddc89b07cc3ee06da583cb94035a8 /devel/libol/Makefile
parente68dbe28800f786a62b158a28e2445a03760bd27 (diff)
downloadfreebsd-ports-gnome-f63f06ce870cd7960308dc1e392928a77b5aad11.tar.gz
freebsd-ports-gnome-f63f06ce870cd7960308dc1e392928a77b5aad11.tar.zst
freebsd-ports-gnome-f63f06ce870cd7960308dc1e392928a77b5aad11.zip
Add libol, a library required by syslog-ng. It has no known documented
purpose other than to support syslog-ng. The maintainer suggested that it go in misc, but I defaulted to devel, as defined in porting.html. PR: 18186 Submitted by: Vince Valenti <vince@blue-box.net>
Diffstat (limited to 'devel/libol/Makefile')
-rw-r--r--devel/libol/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/libol/Makefile b/devel/libol/Makefile
new file mode 100644
index 000000000000..ca139f5f8832
--- /dev/null
+++ b/devel/libol/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: libol
+# Date created: 22 April 2000
+# Whom: Vince Valenti <vince@blue-box.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libol
+PORTVERSION= 0.2.16
+CATEGORIES= devel
+MASTER_SITES= http://www.balabit.hu/downloads/libol/0.2/
+
+MAINTAINER= vince@blue-box.net
+
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>