19 lines
483 B
Makefile
19 lines
483 B
Makefile
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
|
|
WWW= http://andrzejekiert.ovh.org/software.html.en
|
|
|
|
USES= gmake
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
PLIST_FILES= sbin/fconfig
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/fconfig ${STAGEDIR}${PREFIX}/sbin
|
|
|
|
.include <bsd.port.mk>
|