mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Fix LICENSE
- Switch to USES=localbase - Update WWW
This commit is contained in:
parent
c6e629100e
commit
946cd75834
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=467469
@ -12,13 +12,11 @@ DISTNAME= spectools-2011-08-R1
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Tools for the Wi-Spy spectrum analyzers from MetaGeek LLC
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/GPL
|
||||
|
||||
USES= gmake ncurses pkgconfig
|
||||
USES= gmake localbase:ldflags ncurses pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
ALL_TARGET= spectool_net spectool_raw
|
||||
|
||||
PORTDOCS= README
|
||||
@ -51,7 +49,7 @@ do-install-NCURSES-on:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/spectool_curses ${STAGEDIR}/${PREFIX}/bin
|
||||
|
||||
post-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}/${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}/${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S@^@${WRKSRC}/@} ${STAGEDIR}/${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
A set of open source tools for accessing the 2.4GHz Wi-Spy USB
|
||||
spectrum analyzer by Metageek LLC, http://www.metageek.net/
|
||||
|
||||
WWW: http://www.kismetwireless.net/spectools/
|
||||
WWW: https://www.kismetwireless.net/spectools/
|
||||
|
Loading…
Reference in New Issue
Block a user