ef6c10d0c6
Changes: https://github.com/schnoddelbotz/amtc/blob/master/CHANGELOG.md PR: 206403 Submitted by: jochen@jochen-neumeister.de Approved by: tony.li@tony.li (maintainer timeout)
31 lines
754 B
Makefile
31 lines
754 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= amtc
|
|
PORTVERSION= 0.8.5
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= tony.li@tony.li
|
|
COMMENT= Threaded Intel AMT/vPro mass management tool
|
|
|
|
LICENSE= CC3.0
|
|
LICENSE_NAME= Creative Commons Attribution 3.0 Unported
|
|
LICENSE_TEXT= http://creativecommons.org/licenses/by/3.0/
|
|
LICENSE_PERMS= auto-accept pkg-sell pkg-mirror dist-sell dist-mirror
|
|
|
|
BUILD_DEPENDS= xxd:${PORTSDIR}/editors/vim-lite
|
|
LIB_DEPENDS+= libgcrypt.so:${PORTSDIR}/security/libgcrypt \
|
|
libcurl.so:${PORTSDIR}/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-stage:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/amtc
|
|
|
|
.include <bsd.port.mk>
|