diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-03-12 15:55:03 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-03-12 15:55:03 +0000 |
commit | f98c6bc93bea9653028a51b3e0719c88651fa6ee (patch) | |
tree | c27ce61ac06e15c6b25e6e310b3c8884f652632e /math/glm/files/glm.pc.in | |
parent | benchmarks/iozone: Adopt port (diff) |
- Update math/glm to 0.9.9.8
Notes
Notes:
svn path=/head/; revision=568184
Diffstat (limited to 'math/glm/files/glm.pc.in')
-rw-r--r-- | math/glm/files/glm.pc.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/math/glm/files/glm.pc.in b/math/glm/files/glm.pc.in new file mode 100644 index 000000000000..dccab04acd83 --- /dev/null +++ b/math/glm/files/glm.pc.in @@ -0,0 +1,7 @@ +prefix=%%PREFIX%% +includedir=${prefix}/include + +Name: GLM +Description: OpenGL Mathematics +Version: 0.9.8 +Cflags: -I${includedir} |