freebsd-ports/net/nbtscan/Makefile
2003-07-12 10:37:02 +00:00

29 lines
580 B
Makefile

# 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= ports@FreeBSD.org
COMMENT= NetBIOS name network scanner
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>