freebsd-ports/devel/libvanessa_logger/Makefile
Clement Laforet b54bb47c4e - Update to 0.0.7
- kill .la files
- remove useless sample program
2004-03-23 16:08:22 +00:00

21 lines
540 B
Makefile

# 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.6
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
INSTALLS_SHLIB= YES
GNU_CONFIGURE= YES
.include <bsd.port.mk>