freebsd-ports/devel/libol/Makefile
Roman Bogorodskiy b047c505a5 Set USE_LIBTOOL_VER to 13 to fix build on 4.x.
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
Reported by:	pointyhat via kris
2005-07-11 17:53:30 +00:00

21 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.16
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>