- Add LICENSE
- Switch to options helpers - Regenerate patches - Remove unnecessary flag modifications
This commit is contained in:
parent
64575be532
commit
0f11c6a47b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455262
2 changed files with 8 additions and 6 deletions
|
@ -11,10 +11,10 @@ MASTER_SITES= http://www.inetcat.net/software/ \
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= NetBIOS name network scanner
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}a
|
||||
ALL_TARGET= nbtscan
|
||||
|
@ -23,7 +23,9 @@ OPTIONS_DEFINE= DOCS
|
|||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/nbtscan ${STAGEDIR}${PREFIX}/bin
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- statusq.h.orig 2010-04-26 16:39:16.000000000 +0300
|
||||
+++ statusq.h 2010-04-26 16:39:28.000000000 +0300
|
||||
--- statusq.h.orig 2002-05-23 11:31:35 UTC
|
||||
+++ statusq.h
|
||||
@@ -22,6 +22,8 @@
|
||||
|
||||
#define NB_DGRAM 137
|
||||
|
|
Loading…
Reference in a new issue