summaryrefslogtreecommitdiff
path: root/sysutils/boot-extract/Makefile
blob: d5c54ee3314d5c545ae01fc26f95eeb43371b850 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

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>