aboutsummaryrefslogtreecommitdiff
path: root/devel/liblognorm/Makefile
blob: 36f45d40d071246bed2691f4987444b347ff057e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=	liblognorm
PORTVERSION=	0.3.5
CATEGORIES=	devel net security
MASTER_SITES=	http://www.liblognorm.com/download/files/download/

MAINTAINER=	pauls@utdallas.edu
COMMENT=	A log normalizer

LICENSE=	GPLv2

LIB_DEPENDS=	ee:${PORTSDIR}/devel/libee \
		estr:${PORTSDIR}/devel/libestr

USES=	pathfix pkgconfig
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes

.include <bsd.port.mk>