# New ports collection makefile for: busybox # Date created: Aug.18, 2008 # Whom: luigi@FreeBSD.org # # Maintainers: Luigi Rizzo # # $FreeBSD$ # PORTNAME= busybox PORTVERSION= 1.11.1 CATEGORIES= sysutils misc shells MASTER_SITES= http://www.busybox.net/downloads/ \ http://distfiles.gentoo.org/distfiles/ MAINTAINER= luigi@FreeBSD.org COMMENT= Busybox for FreeBSD USE_BZIP2= yes USE_GMAKE= yes PLIST_FILES= bin/busybox BROKEN= does not configure do-configure: ${CP} ${FILESDIR}/data-.config ${WRKSRC}/.config cd ${WRKSRC} && ${GMAKE} oldconfig do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .include