openbsd-ports/net/nbtscan/Makefile

27 lines
466 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.11 2013/03/11 11:35:49 espie 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.1
2000-11-30 00:00:20 -05:00
CATEGORIES= net
2007-05-16 10:28:20 -04:00
MASTER_SITES= http://www.inetcat.net/software/
2000-11-30 00:00:20 -05:00
2007-05-16 10:28:20 -04:00
HOMEPAGE= http://www.inetcat.net/software/nbtscan.html
2000-11-30 00:00:20 -05:00
# GPL
2000-11-30 00:00:20 -05:00
PERMIT_PACKAGE_CDROM= Yes
2004-12-15 19:31:20 -05:00
WANTLIB= c
2000-11-30 00:00:20 -05:00
WRKDIST= ${WRKDIR}/${DISTNAME}a
2013-03-11 07:35:43 -04:00
NO_TEST= 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>