2000-11-08 00:13:26 -05:00
|
|
|
# New ports collection makefile for: arts++
|
|
|
|
# Date created: Di 7 Nov 2000 19:48:50 CET
|
|
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= arts++
|
2003-10-07 22:49:56 -04:00
|
|
|
PORTVERSION= 1.1.a8
|
2004-02-04 00:10:27 -05:00
|
|
|
PORTREVISION= 2
|
2003-10-07 22:49:56 -04:00
|
|
|
PORTEPOCH= 1
|
2000-11-08 00:13:26 -05:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ftp://ftp.caida.org/pub/arts++/
|
2003-10-07 22:53:36 -04:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g}
|
2000-11-08 00:13:26 -05:00
|
|
|
|
2003-05-22 17:38:53 -04:00
|
|
|
MAINTAINER= ler@lerctr.org
|
2003-02-21 08:28:59 -05:00
|
|
|
COMMENT= A network data storage and analysis library from CAIDA
|
2000-11-08 00:13:26 -05:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
CONFIGURE_ARGS+=--enable-shared
|
2002-09-25 23:36:02 -04:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-11-08 00:13:26 -05:00
|
|
|
|
|
|
|
MANL= artsportagg.l artsports.l artsprotos.l artsnets.l artsdump.l \
|
|
|
|
artsases.l artstoc.l artsagg.l artsprotoagg.l artsnetagg.l \
|
|
|
|
artsasagg.l artsportms.l artsportmagg.l artsintfms.l \
|
|
|
|
artsintfmagg.l artsnexthops.l artsnexthopagg.l artstos.l
|
|
|
|
|
2004-02-06 18:05:01 -05:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 502000
|
|
|
|
BROKEN= "Does not compile"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|