1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/misc/cpuid/Makefile
2012-10-06 14:35:45 +00:00

21 lines
414 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= cpuid
PORTVERSION= 3.3
PORTREVISION= 6
CATEGORIES= misc
MASTER_SITES= http://www.ka9q.net/code/cpuid/
MAINTAINER= eadler@FreeBSD.org
COMMENT= CPU identification utility
PLIST_FILES= bin/cpuid
ONLY_FOR_ARCHS= i386 amd64
post-patch:
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak && \
${CP} ${FILESDIR}/Makefile.bsd ${WRKSRC}/Makefile
.include <bsd.port.mk>