aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/sbsigntool/Makefile
blob: b7c05afe39b4f39ccb592ee71ded31dc40d7a0ea (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
27
28
29
30
31
32
33
34
# Created by: Edward Tomasz Napierala <trasz@brick>
# $FreeBSD$

PORTNAME=   sbsigntool
PORTVERSION=    0.6
CATEGORIES= sysutils
MASTER_SITES=   https://launchpad.net/ubuntu/+archive/primary/+files/
DISTNAME=   ${PORTNAME}_${PORTVERSION}.orig

MAINTAINER= trasz@FreeBSD.org
COMMENT=    Signing utility for UEFI secure boot

LICENSE=    GPLv3

BUILD_DEPENDS=  ${NONEXISTENT}:${PORTSDIR}/devel/gnu-efi \
        help2man:${PORTSDIR}/misc/help2man
LIB_DEPENDS=    libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid

WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}
CFLAGS+=    -I${LOCALBASE}/include -L${LOCALBASE}/lib
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  libcrypto_CFLAGS=-lcrypto libcrypto_LIBS=-lcrypto LOCALBASE=${LOCALBASE} ac_cv_header_bfd_h=yes
USES=       gmake pkgconfig

.include <bsd.port.pre.mk>

.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
BROKEN=     This port works only on FreeBSD 10 and newer
.endif

post-patch:
    @${REINPLACE_CMD} -e 's|<endian.h>|<sys/endian.h>|' ${WRKSRC}/configure ${WRKSRC}/lib/ccan/ccan/hash/hash.c

.include <bsd.port.post.mk>