# New ports collection makefile for:	busybox
# Date created:         Aug.18, 2008
# Whom:                 luigi@FreeBSD.org
#
# Maintainers:		Luigi Rizzo <luigi@FreeBSD.org>
#
# $FreeBSD: $
#

PORTNAME=	busybox
PORTVERSION=	1.11.1
CATEGORIES=	sysutils
MASTER_SITES=	http://www.busybox.net/downloads/ \
                http://distfiles.gentoo.org/distfiles/
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	luigi@FreeBSD.org
COMMENT=	Busybox for FreeBSD

#BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
#SCRIPTS_ENV=	"SHELL=bash"
#USE_BZIP2=	yes

USE_GMAKE=	yes

do-configure:
	cp files/data-.config ${WRKSRC}/.config
	cd ${WRKSRC} && $(GMAKE) oldconfig

.include <bsd.port.mk>
