fc3cc99844
PR: ports/155896 Submitted by: sunpoet Approved by: maintainer timeout (adrian ; 321 days)
20 lines
429 B
Makefile
20 lines
429 B
Makefile
# New ports collection Makefile for: mkfwimage
|
|
# Date created: Wed Jan 26 11:41:23 WST 2011
|
|
# Whom: 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
|
|
|
|
.include <bsd.port.mk>
|