2001-05-20 05:59:29 +02:00
|
|
|
# New ports collection makefile for: libvanessa_adt
|
|
|
|
# Date created: 28 April 2001
|
|
|
|
# Whom: Konstantinos Konstantinidis <kkonstan@daemon.gr>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libvanessa_adt
|
2003-07-01 16:20:01 +02:00
|
|
|
PORTVERSION= 0.0.4
|
2001-05-20 05:59:29 +02:00
|
|
|
CATEGORIES= devel
|
2002-12-12 09:38:25 +01:00
|
|
|
MASTER_SITES= http://www.vergenet.net/linux/vanessa/download/%SUBDIR%/
|
2001-05-20 05:59:29 +02:00
|
|
|
MASTER_SITE_SUBDIR= vanessa_adt/${PORTVERSION}
|
|
|
|
DISTNAME= vanessa_adt-${PORTVERSION}
|
|
|
|
|
2003-07-01 16:20:01 +02:00
|
|
|
MAINTAINER= sheepkiller@cultdeadsheep.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Library that provides ADTs (queues, dynamic arrays and more)
|
2001-05-20 05:59:29 +02:00
|
|
|
|
|
|
|
LIB_DEPENDS= vanessa_logger.0:${PORTSDIR}/devel/libvanessa_logger
|
|
|
|
|
|
|
|
INSTALLS_SHLIB= YES
|
|
|
|
|
|
|
|
USE_LIBTOOL= YES
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|