mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
d32386e162
- Synchronize syslog-ng.conf with /etc/syslog.conf Submitted by: glebius Approved by: maintainer silence
22 lines
419 B
Makefile
22 lines
419 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.15
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.balabit.com/downloads/libol/0.3/
|
|
|
|
MAINTAINER= vince@blue-box.net
|
|
COMMENT= Library needed by syslog-ng
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL_VER= 13
|
|
INSTALLS_SHLIB= yes
|
|
USE_GCC= 3.3+
|
|
|
|
.include <bsd.port.mk>
|