aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/x86info/Makefile
blob: 5509d99c97e1abd39ba562a3ebe5cdf38eb4c20e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    x86info
# Date created:         26 Aug 2001
# Whom:             Erik Greenwald <erik@smluc.org>
#
# $FreeBSD$
#

PORTNAME=   x86info
PORTVERSION=    1.6
CATEGORIES= sysutils
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX=   .tgz

MAINTAINER= erik@smluc.org

ONLY_FOR_ARCHS= i386

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/x86info ${PREFIX}/bin

.include <bsd.port.mk>