577ccc072c
Changes since 1.0.2: - NBTscan now returns meaningful exit code (patch by James Troup for Debian Linu x) - Added /etc/hosts and lmhosts format output (suggested by Anahuac de Paula Gil and Sigmund Baginov) - configure script now honours --prefix argument (patch by Petter Reinholdtsen) - Error messages now include IP address that caused error - NBTscan accepts a file with a list of IP addresses to scan (suggested by Omas Jakobsson) - Service number is printed for unknown NetBIOS services in -h mode (suggested b y Dan Wright) - Fixed some compile-time warnings on Linux - Corrected some typos
21 lines
595 B
Makefile
21 lines
595 B
Makefile
# $NetBSD: Makefile,v 1.2 2002/07/30 16:55:43 wiz Exp $
|
|
# FreeBSD Id: ports/net/nbtscan/Makefile,v 1.2 2001/08/25 10:53:28 kris Exp
|
|
|
|
DISTNAME= nbtscan-1.0.3
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.inetcat.org/software/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.inetcat.org/software/nbtscan.html
|
|
COMMENT= NetBIOS name network scanner
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
ALL_TARGET= nbtscan
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/nbtscan ${PREFIX}/bin
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nbtscan
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/nbtscan
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|