freebsd-ports/devel/libvanessa_adt/Makefile
Daichi GOTO c0e2680d16 update devel/libvanessa_adt: 0.0.2 --> 0.0.4
PR:		53359
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-07-01 14:20:01 +00:00

26 lines
701 B
Makefile

# New ports collection makefile for: libvanessa_adt
# Date created: 28 April 2001
# Whom: Konstantinos Konstantinidis <kkonstan@daemon.gr>
#
# $FreeBSD$
#
PORTNAME= libvanessa_adt
PORTVERSION= 0.0.4
CATEGORIES= devel
MASTER_SITES= http://www.vergenet.net/linux/vanessa/download/%SUBDIR%/
MASTER_SITE_SUBDIR= vanessa_adt/${PORTVERSION}
DISTNAME= vanessa_adt-${PORTVERSION}
MAINTAINER= sheepkiller@cultdeadsheep.org
COMMENT= Library that provides ADTs (queues, dynamic arrays and more)
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>