aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/arts++/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/arts++/Makefile')
-rw-r--r--net-mgmt/arts++/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/net-mgmt/arts++/Makefile b/net-mgmt/arts++/Makefile
deleted file mode 100644
index 5838e00502db..000000000000
--- a/net-mgmt/arts++/Makefile
+++ /dev/null
@@ -1,29 +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= 1
-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.mk>