mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
c00ced85cc
parameters. Examples, fconfig -l fconfig -w -n console_baud_rate -x 115200 WWW: http://andrzejekiert.ovh.org/software.html.en PR: ports/139977 Submitted by: thompsa at FreeBSD.org
25 lines
545 B
Makefile
25 lines
545 B
Makefile
# New ports collection makefile for: fconfig
|
|
# Date created: Oct 26, 2009
|
|
# Whom: 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
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
USE_GMAKE= yes
|
|
PLIST_FILES= sbin/fconfig
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/fconfig ${PREFIX}/sbin
|
|
|
|
.include <bsd.port.mk>
|