28 lines
512 B
Makefile
Raw Normal View History

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