1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/libvanessa_logger/Makefile
Will Andrews 7dd1c369e4 Add libvanessa_logger 0.0.1, a library that provides a generic
logging layer.

PR:		26934
Submitted by:	Konstantinos Konstantinidis <kkonstan@daemon.gr>
2001-05-20 03:41:13 +00:00

32 lines
868 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.1
CATEGORIES= devel
MASTER_SITES= ftp://vanessa.sourceforge.net/pub/vanessa/%SUBDIR%/ \
ftp://ftp.au.vergenet.net/pub/vanessa/%SUBDIR%/ \
ftp://ftp.nl.vergenet.net/pub/vanessa/%SUBDIR%/ \
ftp://ftp.jp.vergenet.net/pub/vanessa/%SUBDIR%/ \
ftp://ftp.us.vergenet.net/pub/vanessa/%SUBDIR%/
MASTER_SITE_SUBDIR= vanessa_logger/${PORTVERSION}
DISTNAME= vanessa_logger-${PORTVERSION}
MAINTAINER= kkonstan@daemon.gr
MAN1= vanessa_logger_sample.1
INSTALLS_SHLIB= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
WRKSRC= ${WRKDIR}/vanessa_logger-${PORTVERSION}
.include <bsd.port.mk>