2013-05-27 14:28:17 +02:00
|
|
|
# Created by: Andreas Klemm <andreas@klemm.gtn.com>
|
2000-11-08 06:13:26 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= arts++
|
2008-04-15 23:56:11 +02:00
|
|
|
PORTVERSION= 1.1.a13
|
2014-07-09 14:12:44 +02:00
|
|
|
PORTREVISION= 1
|
2003-10-08 04:49:56 +02:00
|
|
|
PORTEPOCH= 1
|
2004-02-23 05:42:13 +01:00
|
|
|
CATEGORIES= net-mgmt
|
2006-09-09 09:18:30 +02:00
|
|
|
MASTER_SITES= http://www.caida.org/tools/utilities/arts/download/
|
2000-11-08 06:13:26 +01:00
|
|
|
|
2004-03-22 12:48:21 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-04-22 01:07:36 +02:00
|
|
|
COMMENT= Network data storage and analysis library from CAIDA
|
2000-11-08 06:13:26 +01:00
|
|
|
|
2014-07-09 14:12:44 +02:00
|
|
|
USES= gmake libtool
|
2000-11-08 06:13:26 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-11-03 16:36:52 +01:00
|
|
|
CONFIGURE_ARGS= --enable-shared
|
2006-08-15 02:56:24 +02:00
|
|
|
USE_LDCONFIG= yes
|
2000-11-08 06:13:26 +01:00
|
|
|
|
2014-02-21 14:38:46 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2013-05-27 14:28:17 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2007-03-27 18:29:28 +02:00
|
|
|
post-patch:
|
2014-04-22 01:07:36 +02:00
|
|
|
@${REINPLACE_CMD} -e 's/make_pair/std::make_pair/' \
|
|
|
|
${WRKSRC}/classes/include/Ipv4PrefixPatricia.hh.in
|
|
|
|
@${REINPLACE_CMD} -e 's|@mandir@|$${DESTDIR}@mandir@|g' \
|
|
|
|
-e 's|@bindir@|$${DESTDIR}@bindir@|g' \
|
|
|
|
${WRKSRC}/apps/*/Makefile.in
|
|
|
|
@${REINPLACE_CMD} -e 's|@libdir@|$${DESTDIR}@libdir@|g' \
|
|
|
|
-e 's|@includedir@|$${DESTDIR}@includedir@|g' \
|
|
|
|
${WRKSRC}/classes/*/Makefile.in
|
2007-03-27 18:29:28 +02:00
|
|
|
|
2006-09-09 09:18:30 +02:00
|
|
|
post-install:
|
2013-05-27 14:28:17 +02:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2014-04-22 01:07:36 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}/html
|
2006-09-09 09:18:30 +02:00
|
|
|
.for f in ChangeLog INSTALL WishList
|
2014-04-22 01:07:36 +02:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
|
2006-09-09 09:18:30 +02:00
|
|
|
.endfor
|
2014-04-22 01:07:36 +02:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR}/html
|
2006-09-09 09:18:30 +02:00
|
|
|
.endif
|
|
|
|
|
2007-11-14 09:23:14 +01:00
|
|
|
.include <bsd.port.mk>
|