1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/devel/libol/Makefile
Will Andrews b8de443877 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>
2000-04-25 04:13:23 +00:00

19 lines
344 B
Makefile

# 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>