1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/devel/uboot-mkimage/Makefile
Adam Weinberger aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00

28 lines
616 B
Makefile

# Created by: Marius Nuennerich <mn@bsdgroup.de>
# $FreeBSD$
PORTNAME= uboot
DISTVERSION= 2010.12
CATEGORIES= devel
MASTER_SITES= ftp://ftp.denx.de/pub/u-boot/ \
http://people.bsdgroup.de/~as/freebsd/distfiles/
PKGNAMESUFFIX= -mkimage
DISTNAME= u-boot-${PORTVERSION}
MAINTAINER= ray@FreeBSD.org
COMMENT= The mkimage utility of the u-boot bootloader
USES= tar:bzip2
BUILD_WRKSRC= ${WRKSRC}/tools
MAKEFILE= BSDmakefile
PLIST_FILES= bin/mkimage
post-extract:
${CP} ${PATCHDIR}/BSDmakefile ${WRKSRC}/tools
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tools/mkimage ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>