summaryrefslogtreecommitdiff
path: root/net/arts++
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-02-27 01:05:19 +0000
committerClement Laforet <clement@FreeBSD.org>2004-02-27 01:05:19 +0000
commit3a93c08cd424e3c6e35c021346e257e2136f6298 (patch)
treee5b244f8eab75a4947b9d7ce8d757989718c5333 /net/arts++
parentConvert an explicit LIB_DEPEND upon gtk20 to use of the USE_GNOME (diff)
Remove all stalled Makefiles in net category.
Approved and reviewed by: marcus
Diffstat (limited to 'net/arts++')
-rw-r--r--net/arts++/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/net/arts++/Makefile b/net/arts++/Makefile
deleted file mode 100644
index 1325854e2a91..000000000000
--- a/net/arts++/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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++
-PORTVERSION= 1.1.a8
-PORTREVISION= 2
-PORTEPOCH= 1
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.caida.org/pub/arts++/
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g}
-
-MAINTAINER= ler@lerctr.org
-COMMENT= A network data storage and analysis library from CAIDA
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-CONFIGURE_ARGS+=--enable-shared
-INSTALLS_SHLIB= yes
-
-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
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502000
-BROKEN= "Does not compile"
-.endif
-
-.include <bsd.port.post.mk>