Update sysutils/filelight to version 20.04.0
[dports.git] / sysutils / fconfig / Makefile
1 # Created by: thompsa@FreeBSD.org
2 # $FreeBSD$
3
4 PORTNAME=       fconfig
5 PORTVERSION=    20080329
6 CATEGORIES=     sysutils
7 MASTER_SITES=   http://downloads.openwrt.org/sources/ \
8                 http://andrzejekiert.ovh.org/software/fconfig/
9
10 MAINTAINER=     thompsa@FreeBSD.org
11 COMMENT=        Read and modify RedBoot embedded boot configuration
12
13 USES=           gmake
14
15 WRKSRC=         ${WRKDIR}/${PORTNAME}
16 PLIST_FILES=    sbin/fconfig
17
18 do-install:
19         ${INSTALL_PROGRAM} ${WRKSRC}/fconfig ${STAGEDIR}${PREFIX}/sbin
20
21 .include <bsd.port.mk>