freebsd-ports/devel/libvanessa_adt/Makefile
Will Andrews e5be075df7 Add libvanessa_adt 0.0.1, a library that provides ADTs (queues,
dynamic arrays and more).

PR:		26935
Submitted by:	Konstantinos Konstantinidis <kkonstan@daemon.gr>
2001-05-20 03:59:29 +00:00

32 lines
888 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.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_adt/${PORTVERSION}
DISTNAME= vanessa_adt-${PORTVERSION}
MAINTAINER= kkonstan@daemon.gr
LIB_DEPENDS= vanessa_logger.0:${PORTSDIR}/devel/libvanessa_logger
INSTALLS_SHLIB= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
WRKSRC= ${WRKDIR}/vanessa_adt-${PORTVERSION}
.include <bsd.port.mk>