aboutsummaryrefslogtreecommitdiffstats
path: root/misc/cpuid/Makefile
blob: 557b6e07ea7c531ff7e9190f19f079d2f9f59b13 (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
# ex:ts=8
# New ports collection makefile for:    cpuid
# Date created:         May 22, 2001
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   cpuid
PORTVERSION=    3.3
PORTREVISION=   6
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>