Changeset View
Changeset View
Standalone View
Standalone View
benchmarks/libmicro/Makefile
| PORTNAME= libmicro | PORTNAME= libmicro | ||||
| PORTVERSION= 0.4.1 | PORTVERSION= 0.4.1 | ||||
| CATEGORIES= benchmarks | CATEGORIES= benchmarks | ||||
| MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ | MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ | ||||
| MAINTAINER= ports@FreeBSD.org | MAINTAINER= ports@FreeBSD.org | ||||
| COMMENT= Set of utilities to benchmark productivity of system calls | COMMENT= Set of utilities to benchmark productivity of system calls | ||||
| LICENSE= CDDL | LICENSE= CDDL | ||||
| BROKEN_mips64= Fails to build: bin-mips64: no such file or directory | |||||
| BROKEN_riscv64= Fails to build: bin-riscv64: no such file or directory | BROKEN_riscv64= Fails to build: bin-riscv64: no such file or directory | ||||
| USES= gmake | USES= gmake | ||||
| WRKSRC= ${WRKDIR}/libMicro-${PORTVERSION} | WRKSRC= ${WRKDIR}/libMicro-${PORTVERSION} | ||||
| STRIP= # Do not strip binaries | STRIP= # Do not strip binaries | ||||
| PLIST_SUB= ARCH="${LIBMICRO_ARCH}" | PLIST_SUB= ARCH="${LIBMICRO_ARCH}" | ||||
| PKGLIBDIR= ${PREFIX}/lib/${PORTNAME} | PKGLIBDIR= ${PREFIX}/lib/${PORTNAME} | ||||
| Show All 25 Lines | |||||