0e6b5f88a2
Vanessa is a collection of libraries that have been developed while working on a number of projects including perdition. initial work by dlg@ and with input from bernd@ ok bernd@
15 lines
301 B
Makefile
15 lines
301 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/06 10:57:38 msf Exp $
|
|
|
|
COMMENT= "provides a generic logging layer"
|
|
|
|
VERSION= 0.0.7
|
|
DISTNAME= vanessa_logger-${VERSION}
|
|
|
|
SHARED_LIBS= vanessa_logger 0.3 # 0.3
|
|
|
|
MASTER_SITES= ${MASTER_SITE_VANESSA:=vanessa_logger/${VERSION}/}
|
|
|
|
WANTLIB= c
|
|
|
|
.include <bsd.port.mk>
|