blob: 6147786aa4a00c7f6c8f504bd3ba4d921b74ea16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= macchanger
PORTVERSION= 1.7.0
PORTREVISION= 2
CATEGORIES= net
MAINTAINER= clutton@zoho.com
COMMENT= GNU MAC Changer
LICENSE= GPLv3
USE_GITHUB= yes
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>
|