1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/net/macchanger/Makefile
Mathieu Arnold 9d4e763ba0 Update ports in the n* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 17:26:05 +00:00

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>