aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nbtscan/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nbtscan/Makefile')
-rw-r--r--net-mgmt/nbtscan/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/net-mgmt/nbtscan/Makefile b/net-mgmt/nbtscan/Makefile
deleted file mode 100644
index 0b4af447c825..000000000000
--- a/net-mgmt/nbtscan/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Ports collection makefile for: nbtscan
-# Date created: 22 Aug 2001
-# Whom: Kris Kennaway <kris@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= nbtscan
-PORTVERSION= 1.0.2
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=kris
-
-MAINTAINER= kris@FreeBSD.org
-
-GNU_CONFIGURE= yes
-
-ALL_TARGET= nbtscan
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/nbtscan ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/nbtscan
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/nbtscan
-.endif
-
-.include <bsd.port.mk>