mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
26 lines
424 B
Makefile
26 lines
424 B
Makefile
COMMENT = potluck with different functions for different purposes
|
|
|
|
GH_ACCOUNT = babelouest
|
|
GH_PROJECT = orcania
|
|
GH_TAGNAME = v2.3.3
|
|
|
|
SHARED_LIBS = orcania 1.0
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://babelouest.github.io/orcania/
|
|
|
|
# LGPL 2.1
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
COMPILER = base-clang ports-gcc
|
|
COMPILER_LANGS = c
|
|
|
|
MODULES = devel/cmake
|
|
|
|
CONFIGURE_ARGS = -DBUILD_BASE64URL:BOOL=OFF
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|