openbsd-ports/net/nbtscan/Makefile

28 lines
512 B
Makefile
Raw Normal View History

2004-12-15 19:31:20 -05:00
# $OpenBSD: Makefile,v 1.7 2004/12/16 00:31:23 alek Exp $
2000-11-30 00:00:20 -05:00
COMMENT= "NetBIOS name network scanner"
2000-11-30 00:00:20 -05:00
DISTNAME= nbtscan-1.5
2000-11-30 00:00:20 -05:00
CATEGORIES= net
MASTER_SITES= http://www.inetcat.org/software/
2000-11-30 00:00:20 -05:00
HOMEPAGE= http://www.inetcat.org/software/nbtscan.html
2000-11-30 00:00:20 -05:00
# GPL
2000-11-30 00:00:20 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-15 19:31:20 -05:00
WANTLIB= c
2000-11-30 00:00:20 -05:00
NO_REGRESS= Yes
2000-11-30 00:00:20 -05:00
CONFIGURE_STYLE=gnu
ALL_TARGET= nbtscan
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nbtscan ${PREFIX}/bin
2002-10-27 20:38:44 -05:00
2000-11-30 00:00:20 -05:00
.include <bsd.port.mk>