1090b6ffdd
* Updated PORTVERSION. The version schema was changed but PORTEPOCH is not required. * Added DISTNAME due to the changes of the distfile hosting * License is now only provided in PDF format * Removed USES=dos2unix as ther's no plain-text license anymore * Moved ONLY_FOR_ARCHS* up to make portlint happy * Add NO_ARCH* as this is a binary distribution * Unbreak on 11+, no coredumps anymore * Re-generate distinfo Submitted by: kozlov.sergey.404@gmail.com (Sergey Kozlov) Reviewed by: swills Sponsored by: Intel Corporation Differential Revision: https://reviews.freebsd.org/D13085
37 lines
898 B
Makefile
37 lines
898 B
Makefile
# Created by: Sergey Kozlov <sergey.kozlov@intel.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qcu
|
|
PORTVERSION= 2.30.16.8
|
|
CATEGORIES= sysutils net
|
|
MASTER_SITES= https://downloadmirror.intel.com/${MASTER_SITE_SUBDIR}/ \
|
|
http://downloadmirror.intel.com/${MASTER_SITE_SUBDIR}/
|
|
MASTER_SITE_SUBDIR= 25852/eng
|
|
PKGNAMEPREFIX= intel-
|
|
DISTNAME= FreeBSDx64
|
|
|
|
MAINTAINER= freebsd@intel.com
|
|
COMMENT= Intel(R) QSFP+ Configuration Utility
|
|
|
|
LICENSE= IPL
|
|
LICENSE_NAME= Intel Proprietary License
|
|
LICENSE_FILE= ${WRKSRC}/Intel_Proprietary_License.pdf
|
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
|
|
ONLY_FOR_ARCHS= amd64
|
|
ONLY_FOR_ARCHS_REASON= not supported on anything other than amd64
|
|
|
|
USES= zip
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
NO_ARCH_IGNORE= qcu
|
|
|
|
PLIST_FILES= sbin/qcu
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/qcu64e ${STAGEDIR}${PREFIX}/sbin/qcu
|
|
|
|
.include <bsd.port.post.mk>
|