freebsd-ports/misc/cpuid/Makefile
Eitan Adler 377a6d0752 - take maintainership
Approved by:	bapt,sahil (mentors, implicit)
2011-10-20 03:23:12 +00:00

25 lines
496 B
Makefile

# ex:ts=8
# New ports collection makefile for: cpuid
# Date created: May 22, 2001
# Whom: 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>