1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/sysutils/fconfig/Makefile
2021-04-06 16:31:07 +02:00

21 lines
466 B
Makefile

# Created by: thompsa@FreeBSD.org
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>