freebsd-ports/sysutils/boot-extract/Makefile
Kurt Jaeger fb25a0de07 New port: sysutils/boot-extract
Utility to extract kernel and ramdisk from
an Android boot or recovery image file

WWW: https://github.com/csimmonds/boot-extract

PR:		239206
Submitted by:	Martin Filla <freebsd@sysctl.cz>
2019-07-21 19:28:10 +00:00

24 lines
404 B
Makefile

# $FreeBSD$
PORTNAME= boot-extract
PORTVERSION= g20190614
CATEGORIES= sysutils
MAINTAINER= freebsd@sysctl.cz
COMMENT= Android Boot image extraction tool
LICENSE= GPLv2
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= csimmonds
GH_PROJECT= boot-extract
GH_TAGNAME= 486995f
PLIST_FILES= bin/boot-extract
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>