2021-07-24 15:10:23 +00:00

26 lines
433 B
Makefile

# $OpenBSD: Makefile,v 1.5 2021/07/24 15:10:23 jca Exp $
BROKEN-riscv64= error: Unsupported Architecture.
COMMENT= arch-independent interface for dynamic calls of C functions
V= 1.1
REVISION= 1
DISTNAME= dyncall-${V}
CATEGORIES= devel
HOMEPAGE= https://www.dyncall.org/
# ISC-like
PERMIT_PACKAGE= Yes
MASTER_SITES= http://www.dyncall.org/r${V}/
SEPARATE_BUILD= Yes
MODULES= devel/cmake
NO_TEST= Yes
.include <bsd.port.mk>