2019-07-12 20:49:33 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:49:44 sthen Exp $
|
2018-02-05 12:11:07 +00:00
|
|
|
|
|
|
|
# uses cpuid.h
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
2018-01-10 20:36:11 +00:00
|
|
|
|
|
|
|
COMMENT= manipulate microcode update collections for Intel
|
|
|
|
|
|
|
|
V= 2.2
|
|
|
|
PKGNAME= iucode-tool-$V
|
|
|
|
DISTNAME= iucode-tool_$V
|
|
|
|
WRKDIST= ${WRKDIR}/${PKGNAME}
|
|
|
|
|
|
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
|
|
|
|
MAINTAINER= Patrick Wildt <patrick@blueri.se>
|
|
|
|
|
|
|
|
MASTER_SITES= https://gitlab.com/iucode-tool/releases/raw/latest/
|
|
|
|
|
|
|
|
# GPLv2+
|
2019-07-12 20:49:33 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2018-01-10 20:36:11 +00:00
|
|
|
|
|
|
|
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>
|