aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-02-27 08:11:30 +0800
committerclement <clement@FreeBSD.org>2004-02-27 08:11:30 +0800
commit7abcff28cb42f9024c34d16976e1b78f04ddd235 (patch)
tree4d8b26433c382cc812750fc4ffad385634822da2
parentf604f144176927a6652b001a6877356d555c0c12 (diff)
downloadfreebsd-ports-gnome-7abcff28cb42f9024c34d16976e1b78f04ddd235.tar.gz
freebsd-ports-gnome-7abcff28cb42f9024c34d16976e1b78f04ddd235.tar.zst
freebsd-ports-gnome-7abcff28cb42f9024c34d16976e1b78f04ddd235.zip
Remove stalled Makefile.
Forgotten by: wollman Approved by: marcus (implicitly)
-rw-r--r--net/NeTraMet/Makefile51
-rw-r--r--net/aggregate/Makefile21
2 files changed, 0 insertions, 72 deletions
diff --git a/net/NeTraMet/Makefile b/net/NeTraMet/Makefile
deleted file mode 100644
index 2df725c2b937..000000000000
--- a/net/NeTraMet/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-# New ports collection makefile for: NeTraMet
-# Date created: 24-Feb-2001
-# Whom: Jimmy Olgeni <olgeni@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= NeTraMet
-PORTVERSION= 4.4
-PORTREVISION= 2
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.auckland.ac.nz/pub/iawg/NeTraMet/ \
- http://www2.auckland.ac.nz/net/Accounting/
-DISTFILES+= NeTraMet${PORTVERSION:S/.//}${EXTRACT_SUFX} \
- ${NETRAMET_DOCS}
-DIST_SUBDIR= netramet
-EXTRACT_ONLY= NeTraMet${PORTVERSION:S/.//}${EXTRACT_SUFX}
-
-MAINTAINER= olgeni@FreeBSD.org
-COMMENT= Implementation of the Internet Accounting Architecture
-
-NETRAMET_DOCS= usguide.pdf srlguide.pdf ntmref.pdf nm_rc.pdf \
- nifty.pdf fdutil.pdf
-
-WRKSRC= ${WRKDIR}/NeTraMet${PORTVERSION:S/.//}
-
-USE_REINPLACE= yes
-USE_AUTOCONF= yes
-USE_GMAKE= yes
-USE_SIZE= yes
-
-.if defined(WITH_MOTIF)
-USE_MOTIF= yes
-CONFIGURE_ENV+= MOTIF_LIB="${MOTIFLIB}"
-PLIST_SUB= MOTIF=""
-.else
-PLIST_SUB= MOTIF="@comment "
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e "s|"/etc/mib.txt"|${LOCALBASE}/share/NeTraMet/mibs/mib.txt|g;" ${WRKSRC}/src/snmplib/mib.c
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for FILE in ${NETRAMET_DOCS}
- @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${FILE} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/net/aggregate/Makefile b/net/aggregate/Makefile
deleted file mode 100644
index 10bd282a6e0a..000000000000
--- a/net/aggregate/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: aggregate
-# Date created: 16 Feb 2001
-# Whom: jabley
-#
-# $FreeBSD$
-#
-
-PORTNAME= aggregate
-PORTVERSION= 1.6
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.isc.org/isc/aggregate/ \
- http://software.automagic.org/aggregate/
-
-MAINTAINER= jabley@automagic.org
-COMMENT= Optimise a list of route prefixes to help make nice short filters
-
-GNU_CONFIGURE= yes
-
-MAN1= aggregate.1 aggregate-ios.1
-
-.include <bsd.port.mk>