openbsd-ports/devel/vanessa/adt/Makefile
msf 0e6b5f88a2 initial import of vanessa
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@
2006-11-06 10:57:38 +00:00

15 lines
340 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2006/11/06 10:57:38 msf Exp $
COMMENT= "provides abstract data types (ADTs)"
VERSION= 0.0.6
DISTNAME= vanessa_adt-${VERSION}
SHARED_LIBS= vanessa_adt 0.3 # 0.3
MASTER_SITES= ${MASTER_SITE_VANESSA:=vanessa_adt/${VERSION}/}
LIB_DEPENDS= vanessa_logger.>=0.3::devel/vanessa/logger
.include <bsd.port.mk>