mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
65f2e41ca3
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
28 lines
469 B
Makefile
28 lines
469 B
Makefile
# Created by: gnn
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= smhasher
|
|
PORTVERSION= 1.0
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 1
|
|
CATEGORIES= benchmarks
|
|
|
|
MAINTAINER= gnn@FreeBSD.org
|
|
COMMENT= Hash Algorithm Benchmarking
|
|
|
|
LICENSE= MIT
|
|
|
|
BROKEN_powerpc64= fails to compile: City.cpp: byteswap.h: No such file or directory
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= gvnn3
|
|
|
|
USES= cmake
|
|
|
|
PLIST_FILES= bin/SMHasher
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/SMHasher ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|