freebsd-ports/net-mgmt/nbtscan/Makefile
Jean Milanez Melo 7c72e98db4 - Update mastersite and WWW.
PR:		ports/109709
Submitted by:	Thomas Abthorpe <thomas@goodking.ca> (maintainer)
2007-03-08 14:42:44 +00:00

32 lines
722 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= thomas@goodking.ca
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>