mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
8d29c3c03e
With hat: portmgr
28 lines
683 B
Makefile
28 lines
683 B
Makefile
# Created by: Konstantinos Konstantinidis <kkonstan@daemon.gr>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libvanessa_adt
|
|
PORTVERSION= 0.0.9
|
|
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:${PORTSDIR}/devel/libvanessa_logger
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_BZIP2= yes
|
|
USE_AUTOTOOLS= libtool
|
|
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>
|