pkgsrc/devel/cpuflags/Makefile
abs 9f879c0ee1 Updated cpuflags to 0.15:
Determine the appropriate flags for the Alpha 433a I now have.
	(Insert appropriate grumble about there being no sysctl way to tell
	 the cputype on an Alpha)
2001-12-24 13:25:47 +00:00

26 lines
645 B
Makefile

# $NetBSD: Makefile,v 1.15 2001/12/24 13:25:47 abs Exp $
#
DISTNAME= cpuflags-0.15
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-*-*
EXTRACT_ONLY= # empty
WRKSRC= ${WRKDIR}
NO_CHECKSUM= yes
NO_PATCH= yes
NO_CONFIGURE= yes
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${FILESDIR}/cpuflags.${OPSYS} ${PREFIX}/bin/cpuflags
${INSTALL_DATA} ${FILESDIR}/cpuflags.mk ${PREFIX}/share/mk/cpuflags.mk
${INSTALL_MAN} ${FILESDIR}/cpuflags.1 ${PREFIX}/man/man1/cpuflags.1
.include "../../mk/bsd.pkg.mk"