pkgsrc/devel/cpuflags/Makefile
abs 2eb6bf8676 Update devel/cpuflags to 1.05:
More NetBSD amd64 and hppa updates from Blair Sadewitz and
David H. Gutteridge respectively.
Plus another Linux entry from the ether
2006-11-30 23:24:39 +00:00

22 lines
465 B
Makefile

# $NetBSD: Makefile,v 1.108 2006/11/30 23:24:39 abs Exp $
#
DISTNAME= cpuflags-1.05
CATEGORIES= sysutils
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= abs@NetBSD.org
COMMENT= Determine compiler flags to best target current cpu
ONLY_FOR_PLATFORM= NetBSD-*-* Linux-*-* SunOS-*-*
USE_LANGUAGES= # empty
NO_CHECKSUM= yes
NO_CONFIGURE= yes
do-extract:
${MKDIR} ${WRKSRC}
${CP} ${FILESDIR}/Makefile ${FILESDIR}/*.* ${WRKSRC}
.include "../../mk/bsd.pkg.mk"