pkgsrc/devel/cpuflags/Makefile

31 lines
716 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.148 2009/04/09 00:48:07 joerg Exp $
2001-06-07 11:59:28 +02:00
DISTNAME= cpuflags-1.41
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_CONFIGURE= yes
SUBST_CLASSES+= cpuflags
SUBST_STAGE.cpuflags= post-patch
SUBST_FILES.cpuflags= cpuflags.sh
SUBST_SED.cpuflags= -e s,@@SH@@,${SH:Q},
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"