aboutsummaryrefslogtreecommitdiff
path: root/sysutils/genimage/Makefile
blob: 27dfd141dbc884347aa51edd5aad1a5adc3e330f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	genimage
DISTVERSIONPREFIX=	v
DISTVERSION=	18
#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
CONFIGURE_ARGS=	--disable-silent-rules

PLIST_FILES=	bin/genimage

.include <bsd.port.mk>