opnsense-ports/sysutils/genimage/Makefile
Franco Fichtner 054ebd424e */*: sync with upstream
Taken from: FreeBSD
2023-01-09 17:44:31 +01:00

26 lines
608 B
Makefile

PORTNAME= genimage
DISTVERSIONPREFIX= v
DISTVERSION= 16-10
DISTVERSIONSUFFIX= -g2b9d870
#MASTER_SITES= https://github.com/pengutronix/genimage/releases/download/v${DISTVERSION}/
CATEGORIES= sysutils
MAINTAINER= yuri@FreeBSD.org
COMMENT= Tool to generate multiple filesystem and flash images from a tree
WWW= https://github.com/pengutronix/genimage
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libconfuse.so:devel/libconfuse
USES= autoreconf gettext-runtime pkgconfig #tar:xz
USE_GITHUB= yes
GH_ACCOUNT= pengutronix
GNU_CONFIGURE= yes
PLIST_FILES= bin/genimage
.include <bsd.port.mk>