mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
2574f69107
Approved by: clsung (mentor)
33 lines
725 B
Makefile
33 lines
725 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.net/software/ \
|
|
${MASTER_SITE_GENTOO}
|
|
MASTER_SITE_SUBDIR= distfiles
|
|
|
|
MAINTAINER= tabthorpe@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>
|