freebsd-ports/misc/cpuid/Makefile
Eitan Adler 62cfe3344c misc/cpuid: reset maintainership
There are two open PRs which I've not yet dealt with: ports/185277 ports/179065

Prodded by:	linimon
2014-03-31 05:42:53 +00:00

20 lines
410 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= cpuid
PORTVERSION= 3.3
PORTREVISION= 6
CATEGORIES= misc
MASTER_SITES= http://www.ka9q.net/code/cpuid/
MAINTAINER= ports@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>