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/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-mgmt/nbtscan/Makefile b/net-mgmt/nbtscan/Makefile
deleted file mode 100644
index b297fb22527b..000000000000
--- a/net-mgmt/nbtscan/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Ports collection makefile for: nbtscan
-# Date created: 22 Aug 2001
-# Whom: Kris Kennaway <kris@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= nbtscan
-PORTVERSION= 1.5.1
-CATEGORIES= net
-MASTER_SITES= http://www.inetcat.org/software/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= NetBIOS name network scanner
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}a
-ALL_TARGET= nbtscan
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/nbtscan ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>