freebsd-ports/devel/libvanessa_logger/Makefile

26 lines
662 B
Makefile
Raw Normal View History

# 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.7
CATEGORIES= devel
MASTER_SITES= http://www.vergenet.net/linux/vanessa/download/%SUBDIR%/
MASTER_SITE_SUBDIR= vanessa_logger/${PORTVERSION}
DISTNAME= vanessa_logger-${PORTVERSION}
MAINTAINER= thomas@bsdunix.ch
2003-02-20 18:07:10 +01:00
COMMENT= Library that provides a generic logging layer
USE_AUTOTOOLS= libtool:15
INSTALLS_SHLIB= YES
GNU_CONFIGURE= YES
2004-08-02 23:21:49 +02:00
post-patch:
@${REINPLACE_CMD} -e 's,^loop:,loop: ;,' \
${WRKSRC}/${PORTNAME}/vanessa_logger.c
.include <bsd.port.mk>