mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
16 lines
409 B
Makefile
16 lines
409 B
Makefile
# 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>
|