freebsd-ports/sysutils/x86info/Makefile
Marcelo Araujo a72f27fa03 - Install MANPAGE.
- Remove unused SF in MASTER_SITE.

PR:		ports/116505
Submitted by:	Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Approved by:	stas (mentor), Erik Greenwald <erik@sinistar.bluecows.com> (maintainer)
2007-09-27 19:58:47 +00:00

26 lines
616 B
Makefile

# New ports collection makefile for: x86info
# Date created: 26 Aug 2001
# Whom: Erik Greenwald <erik@smluc.org>
#
# $FreeBSD$
#
PORTNAME= x86info
PORTVERSION= 1.20
CATEGORIES= sysutils
MASTER_SITES= http://www.codemonkey.org.uk/projects/x86info/
EXTRACT_SUFX= .tgz
MAINTAINER= erik@smluc.org
COMMENT= Utility to display information about the systems x86 processor(s)
ONLY_FOR_ARCHS= i386
PLIST_FILES= bin/x86info
MAN1= x86info.1
MAKE_ARGS= CFLAGS="${CFLAGS}"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/x86info ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/x86info.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>