opnsense-ports/sysutils/fconfig/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

21 lines
478 B
Makefile

# 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>