mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
e0507d5714
PR: ports/193102
19 lines
337 B
Makefile
19 lines
337 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cpuid
|
|
PORTVERSION= 3.3
|
|
PORTREVISION= 7
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.ka9q.net/code/cpuid/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= CPU identification utility
|
|
|
|
USES= uidfix
|
|
MAKEFILE= ${FILESDIR}/Makefile.bsd
|
|
PLIST_FILES= bin/cpuid
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
.include <bsd.port.mk>
|