opnsense-ports/sysutils/genimage/Makefile
Franco Fichtner 7f0820cb13 */*: sync with upstream
Taken from: FreeBSD
2024-01-22 09:39:49 +01:00

25 lines
576 B
Makefile

PORTNAME= genimage
DISTVERSIONPREFIX= v
DISTVERSION= 17
#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>