ff00850d8f
PR: 237102 Submitted by: pkubaj@anongoth.pl Approved by: franz@bett.ag (maintainer)
26 lines
455 B
Makefile
26 lines
455 B
Makefile
# Created by: Franz Bettag <franz@bett.ag>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pixiewps
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.4.1
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= franz@bett.ag
|
|
COMMENT= Offline WPS bruteforce utility
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/../LICENSE.md
|
|
|
|
USES= gmake
|
|
WRKSRC_SUBDIR= src
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= wiire
|
|
|
|
PLIST_FILES= bin/pixiewps
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|