Files
sthen d0a1372e64 change the few ports with "base-clang ports-clang ports-gcc" COMPILER lines
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.
2025-01-28 09:24:17 +00:00

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>