Prune devel/py-EnthoughtBase
[dports.git] / devel / libvanessa_adt / Makefile
1 # Created by: Konstantinos Konstantinidis <kkonstan@daemon.gr>
2 # $FreeBSD$
3
4 PORTNAME=       libvanessa_adt
5 PORTVERSION=    0.0.9
6 PORTREVISION=   1
7 CATEGORIES=     devel
8 MASTER_SITES=   http://horms.net/projects/vanessa/download/vanessa_adt/${PORTVERSION}/
9 DISTNAME=       vanessa_adt-${PORTVERSION}
10
11 MAINTAINER=     thomas@bsdunix.ch
12 COMMENT=        Library that provides ADTs (queues, dynamic arrays, and more)
13
14 LIB_DEPENDS=    libvanessa_logger.so:${PORTSDIR}/devel/libvanessa_logger
15
16 USE_LDCONFIG=   yes
17
18 USES=           libtool tar:bzip2
19 GNU_CONFIGURE=  yes
20
21 CPPFLAGS+=      -I${LOCALBASE}/include
22 LDFLAGS+=       -L${LOCALBASE}/lib
23
24 post-patch:
25         @${REINPLACE_CMD} -e '/^SUBDIRS/s|test debian||' ${WRKSRC}/Makefile.in
26
27 .include <bsd.port.mk>