mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
2d8b17ea39
With hat: portmgr
17 lines
334 B
Makefile
17 lines
334 B
Makefile
# Created by: 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>
|