2000-11-08 06:13:26 +01: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-08 04:49:56 +02:00
|
|
|
PORTVERSION= 1.1.a8
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 2
|
2003-10-08 04:49:56 +02:00
|
|
|
PORTEPOCH= 1
|
2000-11-08 06:13:26 +01:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ftp://ftp.caida.org/pub/arts++/
|
2003-10-08 04:53:36 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g}
|
2000-11-08 06:13:26 +01:00
|
|
|
|
2003-05-22 23:38:53 +02:00
|
|
|
MAINTAINER= ler@lerctr.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= A network data storage and analysis library from CAIDA
|
2000-11-08 06:13:26 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
CONFIGURE_ARGS+=--enable-shared
|
2002-09-26 05:36:02 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-11-08 06:13:26 +01: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-07 00:05:01 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 502000
|
|
|
|
BROKEN= "Does not compile"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|