1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/misc/cpuid/Makefile

31 lines
582 B
Makefile
Raw Normal View History

2001-05-22 14:31:29 +00:00
# ex:ts=8
# New ports collection makefile for: cpuid
# Date created: May 22, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= cpuid
2002-01-03 14:59:52 +00:00
PORTVERSION= 3.3
PORTREVISION= 1
2001-05-22 14:31:29 +00:00
CATEGORIES= misc
MASTER_SITES= http://www.ka9q.net/code/cpuid/
2001-05-22 14:31:29 +00:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:00:52 +00:00
COMMENT= CPU identification utility
2001-05-22 14:31:29 +00:00
2004-02-05 20:38:07 +00:00
PLIST_FILES= bin/cpuid
USE_REINPLACE= yes
ONLY_FOR_ARCHS= i386 amd64
2002-01-03 14:59:52 +00:00
USE_GMAKE= yes
ALL_TARGET= # empty
post-patch:
@${REINPLACE_CMD} -e "s,gcc,${CC},g ; s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile
2001-05-22 14:31:29 +00:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cpuid ${PREFIX}/bin
.include <bsd.port.mk>