mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
9d4e763ba0
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
25 lines
390 B
Makefile
25 lines
390 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= macchanger
|
|
PORTVERSION= 1.7.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= clutton@zoho.com
|
|
COMMENT= GNU MAC Changer
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USE_GITHUB= true
|
|
GH_ACCOUNT= alobbs
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= autoreconf makeinfo
|
|
|
|
INFO= macchanger
|
|
|
|
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz \
|
|
%%DATADIR%%/OUI.list %%DATADIR%%/wireless.list
|
|
|
|
.include <bsd.port.mk>
|