blob: c72ebdbe146e0cbcfdea6e7edcc4cac83c6aa599 (
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
27
28
29
30
31
|
PORTNAME= epct
PORTVERSION= 1.39.56.9
CATEGORIES= sysutils net
MASTER_SITES= https://downloadmirror.intel.com/772094/
PKGNAMEPREFIX= intel-
DISTFILES= FreeBSDx64.zip \
FreeBSD32.zip
MAINTAINER= freebsd@intel.com
COMMENT= Intel(R) Ethernet Port Configuration Tool
WWW= https://www.intel.com/content/www/us/en/download/19438/ethernet-port-configuration-tool-freebsd.html
LICENSE= IPL
LICENSE_NAME= Intel Proprietary License
LICENSE_FILE= ${WRKSRC}/${ARCH:S/amd64/FreeBSDx64/:S/i386/FreeBSD32/}/license.pdf
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= not supported on anything other than amd64 and i386
USES= zip
NO_WRKSUBDIR= yes
NO_BUILD= yes
PLIST_FILES= sbin/epct
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${ARCH:S/amd64/FreeBSDx64/:S/i386/FreeBSD32/}/epct* ${STAGEDIR}${PREFIX}/sbin/epct
.include <bsd.port.mk>
|