pkgsrc/devel/cpuflags/Makefile

27 lines
596 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.141 2009/01/20 17:26:21 abs Exp $
2001-06-07 11:59:28 +02:00
DISTNAME= cpuflags-1.35
CATEGORIES= devel sysutils
MASTER_SITES= # empty
DISTFILES= # empty
2001-06-07 11:59:28 +02:00
2003-07-17 23:21:03 +02:00
MAINTAINER= abs@NetBSD.org
COMMENT= Determine compiler flags to best target current cpu
2001-06-07 11:59:28 +02:00
2008-06-12 04:14:13 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
ONLY_FOR_PLATFORM= NetBSD-*-* Linux-*-* SunOS-*-* FreeBSD-*-*
2001-06-07 11:59:28 +02:00
2004-02-13 22:08:33 +01:00
USE_LANGUAGES= # empty
2001-06-07 11:59:28 +02:00
NO_CHECKSUM= yes
NO_CONFIGURE= yes
do-extract:
${MKDIR} ${WRKSRC}
${CP} ${FILESDIR}/Makefile ${WRKSRC}
${CP} ${FILESDIR}/c* ${WRKSRC}
${CP} ${FILESDIR}/o* ${WRKSRC}
${CP} ${FILESDIR}/s* ${WRKSRC}
2001-06-07 11:59:28 +02:00
.include "../../mk/bsd.pkg.mk"