24 lines
375 B
Makefile
24 lines
375 B
Makefile
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>
|