aboutsummaryrefslogtreecommitdiff
path: root/sysutils/amtc/Makefile
blob: 61731243d3a781bb3529793025247274e4bee5b9 (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=	amtc
PORTVERSION=	0.8.5
CATEGORIES=	sysutils

MAINTAINER=	tony.li@tony.li
COMMENT=	Threaded Intel AMT/vPro mass management tool

LICENSE=	CC-BY-3.0

BUILD_DEPENDS=	xxd:editors/vim-console
LIB_DEPENDS+=	libgcrypt.so:security/libgcrypt \
		libcurl.so:ftp/curl

USES=		perl5 shebangfix
USE_GITHUB=	yes
GH_ACCOUNT=	schnoddelbotz
GH_TAGNAME=	e7822e8
USE_PERL5=	build
SHEBANG_FILES=	${WRKSRC}/../amtc-web/cli/amtc-web.phpsh

WRKSRC_SUBDIR=	src

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/amtc

.include <bsd.port.mk>