mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
18 lines
350 B
Makefile
18 lines
350 B
Makefile
# Created by: Adrian Chadd <adrian@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mkfwimage
|
|
DISTVERSION= r1
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= LOCAL/adrian
|
|
DISTNAME= ubnt-${PORTNAME}-${DISTVERSION}
|
|
|
|
MAINTAINER= adrian@FreeBSD.org
|
|
COMMENT= Ubiquiti Embedded Board Image Generator
|
|
|
|
PLIST_FILES= bin/mkfwimage
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|