blob: 774df468c1b1a4da12f3377eec2a17df0e828d4d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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>
|