mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
31 lines
664 B
Makefile
31 lines
664 B
Makefile
# New ports collection makefile for: x86info
|
|
# Date created: 26 Aug 2001
|
|
# Whom: Erik Greenwald <erik@smluc.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= x86info
|
|
PORTVERSION= 1.11
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.codemonkey.org.uk/x86info/ \
|
|
ftp://ftp.suse.com/pub/people/davej/x86info/ \
|
|
${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
USE_REINPLACE= yes
|
|
|
|
post-patch:
|
|
.for file in x86info.h mptable.c
|
|
@${REINPLACE_CMD} -e "s|machine/types.h|sys/types.h|g" ${WRKSRC}/${file}
|
|
.endfor
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/x86info ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|