Edit

IABSD.fr/ports/sysutils/iucode-tool/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 17:16:22
    Hash : f372f5ac
    Message : MASTER_SITES -> SITES

  • sysutils/iucode-tool/Makefile
  • # uses cpuid.h
    ONLY_FOR_ARCHS=	i386 amd64
    
    COMMENT=	manipulate microcode update collections for Intel
    
    V=		2.2
    PKGNAME=	iucode-tool-$V
    DISTNAME=	iucode-tool_$V
    WRKDIST=	${WRKDIR}/${PKGNAME}
    REVISION=	0
    
    EXTRACT_SUFX=	.tar.xz
    
    CATEGORIES=	sysutils
    
    MAINTAINER=	Patrick Wildt <patrick@blueri.se>
    
    SITES=		https://gitlab.com/iucode-tool/releases/raw/latest/
    
    # GPLv2+
    PERMIT_PACKAGE =	Yes
    
    WANTLIB += c
    
    BUILD_DEPENDS=		devel/argp-standalone
    SEPARATE_BUILD=		Yes
    
    CONFIGURE_STYLE=	gnu
    CONFIGURE_ENV =		CPPFLAGS="-I${LOCALBASE}/include" \
    			LDFLAGS="-L${LOCALBASE}/lib"
    
    .include <bsd.port.mk>