openbsd-ports/net/nbtscan/Makefile

29 lines
545 B
Makefile
Raw Normal View History

2003-05-12 04:23:45 -04:00
# $OpenBSD: Makefile,v 1.5 2003/05/12 08:23:47 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
2003-05-12 04:23:45 -04:00
MAINTAINER= Jolan Luff <jolan@openbsd.org>
# 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>