aboutsummaryrefslogtreecommitdiff
path: root/devel/libvanessa_adt/Makefile
blob: f25577a3e0d22608a7c046622a1974273058e457 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Konstantinos Konstantinidis <kkonstan@daemon.gr>

PORTNAME=	libvanessa_adt
PORTVERSION=	0.0.9
PORTREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	http://horms.net/projects/vanessa/download/vanessa_adt/${PORTVERSION}/
DISTNAME=	vanessa_adt-${PORTVERSION}

MAINTAINER=	thomas@bsdunix.ch
COMMENT=	Library that provides ADTs (queues, dynamic arrays, and more)

LIB_DEPENDS=	libvanessa_logger.so:devel/libvanessa_logger

USE_LDCONFIG=	yes

USES=		libtool tar:bzip2
GNU_CONFIGURE=	yes

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

post-patch:
	@${REINPLACE_CMD} -e '/^SUBDIRS/s|test debian||' ${WRKSRC}/Makefile.in

.include <bsd.port.mk>