1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/sysutils/x86info/Makefile
Ying-Chieh Liao 0b278f3c0b add x86info
Utility to display information about the systems x86 processor(s)

PR:		30116
Submitted by:	Erik Greenwald <erik@smluc.org>
2001-10-14 18:13:23 +00:00

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>