devel/cpu_features: new port, cpu_features 0.8.0
This commit is contained in:
24
devel/cpu_features/Makefile
Normal file
24
devel/cpu_features/Makefile
Normal file
@@ -0,0 +1,24 @@
|
||||
COMMENT = cross platform C99 library to get cpu features at runtime.
|
||||
|
||||
GH_ACCOUNT = google
|
||||
GH_PROJECT = cpu_features
|
||||
GH_TAGNAME = v0.8.0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
SHARED_LIBS = cpu_features 0.0
|
||||
|
||||
MAINTAINER = Stefan Hagen <sh+ports@codevoid.de>
|
||||
|
||||
# LICENSE
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = devel/cmake
|
||||
|
||||
WANTLIB = c
|
||||
|
||||
CONFIGURE_ARGS = -DBUILD_TESTING=OFF \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DBUILD_SHARED_LIBS=ON
|
||||
|
||||
.include <bsd.port.mk>
|
||||
Reference in New Issue
Block a user