aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/py-snmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/py-snmp/Makefile')
-rw-r--r--net-mgmt/py-snmp/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-mgmt/py-snmp/Makefile b/net-mgmt/py-snmp/Makefile
deleted file mode 100644
index 2ac531a39917..000000000000
--- a/net-mgmt/py-snmp/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: py-snmp
-# Date created: 26 March 2002
-# Whom: Hye-Shik Chang <perky@fallin.lv>
-#
-# $FreeBSD$
-#
-
-PORTNAME= snmp
-PORTVERSION= 1.6.5
-CATEGORIES= net python
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= pysnmp
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= pysnmp-${PORTVERSION}
-
-MAINTAINER= perky@fallin.lv
-
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
-EXAMPLESDIR= ${PREFIX}/share/examples/py-snmp
-DOCSDIR= ${PREFIX}/share/doc/py-snmp
-
-.if !defined(NOPORTDOCS)
-post-install:
- ${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/html/* ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>