# New ports collection makefile for:	fconfig
# Date created:			Oct 26, 2009
# Whom:				thompsa@FreeBSD.org
#
# $FreeBSD: ports/sysutils/fconfig/Makefile,v 1.1 2009/10/29 22:19:09 miwi Exp $
#

PORTNAME=	fconfig
PORTVERSION=	20080329
CATEGORIES=	sysutils
MASTER_SITES=	http://downloads.openwrt.org/sources/ \
		http://andrzejekiert.ovh.org/software/fconfig/

MAINTAINER=	thompsa@FreeBSD.org
COMMENT=	Read and modify RedBoot embedded boot configuration

WRKSRC=		${WRKDIR}/${PORTNAME}
USE_GMAKE=	yes
PLIST_FILES=	sbin/fconfig

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/fconfig ${PREFIX}/sbin

.include <bsd.port.mk>
