0b278f3c0b
Utility to display information about the systems x86 processor(s) PR: 30116 Submitted by: Erik Greenwald <erik@smluc.org>
26 lines
487 B
Makefile
26 lines
487 B
Makefile
# New ports collection makefile for: x86info
|
|
# Date created: 26 Aug 2001
|
|
# Whom: Erik Greenwald <erik@smluc.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= x86info
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= erik@smluc.org
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e "s,gcc,${CC},g" ${WRKSRC}/Makefile
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/x86info ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|