1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/misc/cpuid/Makefile
Kevin Lo 7a04214e23 Update MASTER_SITES and WWW
PR: 42145
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
2002-08-30 03:31:30 +00:00

28 lines
501 B
Makefile

# ex:ts=8
# New ports collection makefile for: cpuid
# Date created: May 22, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= cpuid
PORTVERSION= 3.3
CATEGORIES= misc
MASTER_SITES= http://www.ka9q.net/code/cpuid/
MAINTAINER= ports@FreeBSD.org
USE_REINPLACE= yes
ONLY_FOR_ARCHS= i386
USE_GMAKE= yes
ALL_TARGET= # empty
post-patch:
@${REINPLACE_CMD} -e "s,gcc,${CC},g ; s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cpuid ${PREFIX}/bin
.include <bsd.port.mk>