mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
20 lines
365 B
Makefile
20 lines
365 B
Makefile
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_TAGNAME= 486995f
|
|
|
|
PLIST_FILES= bin/boot-extract
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|