summaryrefslogtreecommitdiff
path: root/net-mgmt/NeTraMet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/NeTraMet/Makefile')
-rw-r--r--net-mgmt/NeTraMet/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/net-mgmt/NeTraMet/Makefile b/net-mgmt/NeTraMet/Makefile
deleted file mode 100644
index 892b8fc72f7b..000000000000
--- a/net-mgmt/NeTraMet/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: NeTraMet
-# Date created: 24-Feb-2001
-# Whom: Jimmy Olgeni <olgeni@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= NeTraMet
-PORTVERSION= 4.3
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.gla.ac.uk/pub/software/NeTraMet/
-DISTNAME= NeTraMet${PORTVERSION:S/.//}
-
-MAINTAINER= olgeni@FreeBSD.org
-
-WRKSRC= ${WRKDIR}/NeTraMet${PORTVERSION:S/.//}
-
-USE_AUTOCONF= yes
-USE_GMAKE= yes
-
-.if defined(WITH_MOTIF)
-USE_MOTIF= yes
-CONFIGURE_ENV+= MOTIF_LIB="${MOTIFLIB}"
-PLIST_SUB= MOTIF=""
-.else
-PLIST_SUB= MOTIF="@comment "
-.endif
-
-post-patch:
- ${PERL} -pi -e "s|"/etc/mib.txt"|${LOCALBASE}/share/NeTraMet/mibs/mib.txt|g;" ${WRKSRC}/src/snmplib/mib.c
-
-.include <bsd.port.mk>