mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
23 lines
400 B
Makefile
23 lines
400 B
Makefile
COMMENT = 2d vector graphics engine
|
|
|
|
DISTNAME = blend2d-0.21.2
|
|
REVISION = 0
|
|
|
|
CATEGORIES = graphics
|
|
SHARED_LIBS = blend2d 1.0
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
HOMEPAGE = https://blend2d.com/
|
|
SITES = ${HOMEPAGE}download/
|
|
|
|
MODULES = devel/cmake
|
|
|
|
WRKDIST = ${WRKDIR}/blend2d
|
|
# C++20
|
|
COMPILER = base-clang ports-clang
|
|
# XXX provides a bundled asmjit
|
|
WANTLIB += ${COMPILER_LIBCXX} c m
|
|
|
|
.include <bsd.port.mk>
|