mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
60aab66567
ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
31 lines
665 B
Makefile
31 lines
665 B
Makefile
# Ports collection makefile for: nbtscan
|
|
# Date created: 22 Aug 2001
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nbtscan
|
|
PORTVERSION= 1.5.1
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= http://www.inetcat.org/software/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= NetBIOS name network scanner
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}a
|
|
ALL_TARGET= nbtscan
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/nbtscan ${PREFIX}/bin
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|