1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/misc/cpuid/Makefile
Alexander Nedotsukov a0a4302b7e - Use the latest Intel spec sheet and added many of the missing features.
- Corrected some of the old ones which appeared to have been originally
  typed wrong.

PR:	138129
2009-08-26 05:46:11 +00:00

26 lines
495 B
Makefile

# ex:ts=8
# New ports collection makefile for: cpuid
# Date created: May 22, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= cpuid
PORTVERSION= 3.3
PORTREVISION= 5
CATEGORIES= misc
MASTER_SITES= http://www.ka9q.net/code/cpuid/
MAINTAINER= ports@FreeBSD.org
COMMENT= CPU identification utility
PLIST_FILES= bin/cpuid
ONLY_FOR_ARCHS= i386 amd64
post-patch:
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak && \
${CP} ${FILESDIR}/Makefile.bsd ${WRKSRC}/Makefile
.include <bsd.port.mk>