20 lines
412 B
Makefile
20 lines
412 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.3.18
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.balabit.com/downloads/files/libol/0.3/
|
|
|
|
MAINTAINER= araujo@FreeBSD.org
|
|
COMMENT= Library needed by syslog-ng
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|