freebsd-ports/sysutils/genimage/Makefile
Yuri Victorovich 603f4ba5fa sysutils/genimage: update 16-10 → 17
Reported by:	portscout
2024-01-19 21:20:51 -08: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>