aboutsummaryrefslogtreecommitdiff
path: root/devel/libvanessa_logger/Makefile
blob: 9d3c1a044659d2215b41aa76df880948dada86fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	libvanessa_logger
# Date created:		28 April 2001
# Whom:			Konstantinos Konstantinidis <kkonstan@daemon.gr>
#
# $FreeBSD$
#

PORTNAME=	libvanessa_logger
PORTVERSION=	0.0.5
CATEGORIES=	devel
MASTER_SITES=	http://www.vergenet.net/linux/vanessa/download/%SUBDIR%/
MASTER_SITE_SUBDIR=	vanessa_logger/${PORTVERSION}
DISTNAME=	vanessa_logger-${PORTVERSION}

MAINTAINER=	clement@FreeBSD.org
COMMENT=	Library that provides a generic logging layer

MAN1=		vanessa_logger_sample.1

INSTALLS_SHLIB= YES
USE_LIBTOOL_VER=	13

.include <bsd.port.mk>