diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-11-08 05:13:26 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-11-08 05:13:26 +0000 |
commit | 8e5a62e8392b77b6df76cafba996abf57c45502c (patch) | |
tree | e251346f2081d678b0529d9d64a993a12657a49d /net-mgmt/arts++/Makefile | |
parent | 72f023b59980d0c514a6bf37aaa5a22651132953 (diff) | |
download | ports-8e5a62e8392b77b6df76cafba996abf57c45502c.tar.gz ports-8e5a62e8392b77b6df76cafba996abf57c45502c.zip |
Notes
Diffstat (limited to 'net-mgmt/arts++/Makefile')
-rw-r--r-- | net-mgmt/arts++/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net-mgmt/arts++/Makefile b/net-mgmt/arts++/Makefile new file mode 100644 index 000000000000..6f735f8da23e --- /dev/null +++ b/net-mgmt/arts++/Makefile @@ -0,0 +1,25 @@ +# 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-a6 +CATEGORIES= net +MASTER_SITES= ftp://ftp.caida.org/pub/arts++/ +DISTNAME= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= andreas@FreeBSD.org + +GNU_CONFIGURE= yes +USE_GMAKE= yes +CONFIGURE_ARGS+=--enable-shared + +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> |