freebsd-ports/devel/libvanessa_adt/Makefile
Daichi GOTO 378909d385 fix devel/libvanesse_adt:
- libvanessa_adt test/ subdir is removed from Makefile due to oddities :
     a) if you build the port twice, build fails for vanessa_socket_pipe
        program. It seems that libtool uses old reference to
        libvanessa_socket (i.e. obsolete ldconfig reference), this patch
        fix the problem.
     b) dynamic_array_test is randomly installed (and useless).

PR:		54363
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
2003-07-11 11:35:33 +00:00

31 lines
848 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
USE_REINPLACE= YES
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} "s,^SUBDIRS = libvanessa_adt test debian,SUBDIRS = libvanessa_adt," \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>