freebsd-ports/sysutils/fconfig/Makefile

22 lines
478 B
Makefile
Raw Normal View History

# 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
2014-02-26 09:35:15 +01:00
USES= gmake
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= sbin/fconfig
do-install:
2014-02-26 09:35:15 +01:00
${INSTALL_PROGRAM} ${WRKSRC}/fconfig ${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.mk>