opnsense-ports/devel/cpuflags/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

15 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>