aboutsummaryrefslogblamecommitdiff
path: root/devel/cpuflags/Makefile
blob: 8ac214f8fcb0785478d18544deb2822d551151c0 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                     
           





                                                                   
                                 


                                                                   
                                                                                       

                      
# Created by: Quentin Stievenart <acieroid@awesom.eu>
# $FreeBSD$

PORTNAME=	cpuflags
PORTVERSION=	1.41
CATEGORIES=	devel sysutils
MASTER_SITES=	http://awesom.eu/~acieroid/files/ports/${PORTNAME}/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Determine compiler flags to best target current cpu

post-install:
	${REINPLACE_CMD} -i '' -e "s,@@SH@@,${SH:Q}," ${STAGEDIR}${PREFIX}/bin/cpuflags

.include <bsd.port.mk>