freebsd-ports/sysutils/x86info/Makefile
Patrick Li 609a70ed42 Update to 1.7
PR:		32985
Submitted by:	maintainer
2001-12-18 20:54:24 +00:00

23 lines
422 B
Makefile

# New ports collection makefile for: x86info
# Date created: 26 Aug 2001
# Whom: Erik Greenwald <erik@smluc.org>
#
# $FreeBSD$
#
PORTNAME= x86info
PORTVERSION= 1.7
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>