mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
30 lines
567 B
Makefile
30 lines
567 B
Makefile
COMMENT = guidelines support library
|
|
DIST_TUPLE = github microsoft GSL v4.2.2 .
|
|
# must not be gsl-*, devel/gsl already exists
|
|
PKGNAME = microsoft-${DISTNAME:L}
|
|
CATEGORIES = devel
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MAINTAINER = Klemens Nanni <kn@openbsd.org>
|
|
|
|
# just header files
|
|
PKG_ARCH = *
|
|
|
|
# NO_BUILD may be set, but cmake gets upset
|
|
COMPILER = base-clang ports-gcc
|
|
|
|
MODULES = devel/cmake
|
|
|
|
BUILD_DEPENDS = devel/gtest
|
|
TEST_DEPENDS = devel/gtest
|
|
|
|
# build tests only when running them
|
|
NO_BUILD = Yes
|
|
|
|
pre-test:
|
|
${MODCMAKE_BUILD_TARGET}
|
|
|
|
.include <bsd.port.mk>
|