aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/fconfig/Makefile
blob: 3141c59805d1a68870b1323812b127de9dd8c5e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: thompsa@FreeBSD.org
# $FreeBSD$

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

USES=       gmake

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

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

.include <bsd.port.mk>