2001-05-22 16:31:29 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: cpuid
|
|
|
|
# Date created: May 22, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cpuid
|
2002-01-03 15:59:52 +01:00
|
|
|
PORTVERSION= 3.3
|
2009-08-26 07:46:11 +02:00
|
|
|
PORTREVISION= 5
|
2001-05-22 16:31:29 +02:00
|
|
|
CATEGORIES= misc
|
2002-08-30 05:31:30 +02:00
|
|
|
MASTER_SITES= http://www.ka9q.net/code/cpuid/
|
2001-05-22 16:31:29 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= CPU identification utility
|
2001-05-22 16:31:29 +02:00
|
|
|
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/cpuid
|
2004-12-30 20:24:56 +01:00
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
2002-01-03 15:59:52 +01:00
|
|
|
|
|
|
|
post-patch:
|
2006-02-07 17:47:57 +01:00
|
|
|
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak && \
|
|
|
|
${CP} ${FILESDIR}/Makefile.bsd ${WRKSRC}/Makefile
|
2001-05-22 16:31:29 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|