summaryrefslogtreecommitdiff
path: root/net-mgmt/disco/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/disco/Makefile')
-rw-r--r--net-mgmt/disco/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-mgmt/disco/Makefile b/net-mgmt/disco/Makefile
deleted file mode 100644
index 1fa06e12fc85..000000000000
--- a/net-mgmt/disco/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: disco
-# Date created: 08.06.2003
-# Whom: Kirill Ponomarew <ponomarew@oberon.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= disco
-PORTVERSION= 1.2
-CATEGORIES= net
-MASTER_SITES= http://www.altmode.com/disco/
-
-MAINTAINER= krion@FreeBSD.org
-COMMENT= IP discovery and fingerprinting utility
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for i in README
- ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>