freebsd-ports/devel/libvanessa_adt/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

27 lines
674 B
Makefile

# Created by: Konstantinos Konstantinidis <kkonstan@daemon.gr>
# $FreeBSD$
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>