2001-05-20 05:41:13 +02:00
|
|
|
# New ports collection makefile for: libvanessa_logger
|
|
|
|
# Date created: 28 April 2001
|
|
|
|
# Whom: Konstantinos Konstantinidis <kkonstan@daemon.gr>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libvanessa_logger
|
2005-10-30 12:08:21 +01:00
|
|
|
PORTVERSION= 0.0.7
|
2001-05-20 05:41:13 +02:00
|
|
|
CATEGORIES= devel
|
2002-12-12 09:38:25 +01:00
|
|
|
MASTER_SITES= http://www.vergenet.net/linux/vanessa/download/%SUBDIR%/
|
2001-05-20 05:41:13 +02:00
|
|
|
MASTER_SITE_SUBDIR= vanessa_logger/${PORTVERSION}
|
|
|
|
DISTNAME= vanessa_logger-${PORTVERSION}
|
|
|
|
|
2005-12-19 11:06:19 +01:00
|
|
|
MAINTAINER= thomas@bsdunix.ch
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Library that provides a generic logging layer
|
2001-05-20 05:41:13 +02:00
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-03-23 17:08:22 +01:00
|
|
|
INSTALLS_SHLIB= YES
|
|
|
|
GNU_CONFIGURE= YES
|
2001-05-20 05:41:13 +02:00
|
|
|
|
2004-08-02 23:21:49 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's,^loop:,loop: ;,' \
|
|
|
|
${WRKSRC}/${PORTNAME}/vanessa_logger.c
|
2001-05-20 05:41:13 +02:00
|
|
|
.include <bsd.port.mk>
|