openbsd-ports/net/nbtscan/Makefile

27 lines
501 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.6 2003/09/25 06:25:13 jolan 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
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>