freebsd-ports/misc/cpuid/Makefile

26 lines
495 B
Makefile
Raw Normal View History

2001-05-22 16:31:29 +02:00
# ex:ts=8
# New ports collection makefile for: cpuid
# Date created: May 22, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= cpuid
2002-01-03 15:59:52 +01:00
PORTVERSION= 3.3
PORTREVISION= 2
2001-05-22 16:31:29 +02:00
CATEGORIES= misc
MASTER_SITES= http://www.ka9q.net/code/cpuid/
2001-05-22 16:31:29 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= CPU identification utility
2001-05-22 16:31:29 +02:00
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/cpuid
ONLY_FOR_ARCHS= i386 amd64
2002-01-03 15:59:52 +01:00
post-patch:
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak && \
${CP} ${FILESDIR}/Makefile.bsd ${WRKSRC}/Makefile
2001-05-22 16:31:29 +02:00
.include <bsd.port.mk>