mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
d0a1372e64
to "base-clang ports-gcc". these don't seem to be a special case (in fact many of them aren't compiled at all, just header-only packages) and it's simpler all round if base-gcc archs have a consistent set of compilers in ports.
29 lines
465 B
Makefile
29 lines
465 B
Makefile
COMMENT = tools to compute hashes recursively
|
|
|
|
GH_ACCOUNT = jessek
|
|
GH_PROJECT = hashdeep
|
|
GH_TAGNAME = v4.4
|
|
REVISION = 2
|
|
|
|
CATEGORIES = security
|
|
|
|
# Public domain, and the code for Tiger is GPLv2.
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} c m
|
|
|
|
# C++11 nullptr
|
|
COMPILER = base-clang ports-gcc
|
|
|
|
USE_GMAKE = Yes
|
|
CONFIGURE_STYLE = autoreconf
|
|
|
|
AUTOCONF_VERSION = 2.69
|
|
AUTOMAKE_VERSION = 1.15
|
|
|
|
NO_TEST = Yes
|
|
|
|
CXXFLAGS = -std=c++11
|
|
|
|
.include <bsd.port.mk>
|