opnsense-ports/sysutils/boot-extract/Makefile
Franco Fichtner cfa632be68 */*: sync with upstream
Taken from: HardenedBSD
2019-07-22 18:09:23 +02: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>