|
Lines 1-18
Link Here
|
| 1 |
# Created by: demon@FreeBSD.org |
1 |
# Created by: demon@FreeBSD.org |
| 2 |
|
2 |
|
| 3 |
PORTNAME= glm |
3 |
PORTNAME= glm |
| 4 |
PORTVERSION= 0.9.9.8 |
4 |
DISTVERSION= 0.9.9.8 |
| 5 |
PORTEPOCH= 1 |
5 |
PORTEPOCH= 1 |
| 6 |
CATEGORIES= math graphics |
6 |
CATEGORIES= math graphics |
|
|
7 |
MASTER_SITES= https://github.com/g-truc/glm/releases/download/${DISTVERSION}/ |
| 7 |
|
8 |
|
| 8 |
MAINTAINER= amdmi3@FreeBSD.org |
9 |
MAINTAINER= amdmi3@FreeBSD.org |
| 9 |
COMMENT= C++ mathematics library for software based on the OpenGL GLSL |
10 |
COMMENT= C++ mathematics library for software based on the OpenGL GLSL |
| 10 |
|
11 |
|
| 11 |
LICENSE= MIT |
12 |
LICENSE= MIT |
| 12 |
|
13 |
|
| 13 |
USES= cmake compiler:c++11-lang pkgconfig |
14 |
USES= 7z cmake compiler:c++11-lang dos2unix pkgconfig |
| 14 |
USE_GITHUB= yes |
15 |
DOS2UNIX_GLOB= * |
| 15 |
GH_ACCOUNT= g-truc |
16 |
|
|
|
17 |
WRKSRC= ${WRKDIR}/${PORTNAME} |
| 18 |
|
| 16 |
NO_ARCH= yes |
19 |
NO_ARCH= yes |
| 17 |
|
20 |
|
| 18 |
SUB_FILES= glm.pc |
21 |
SUB_FILES= glm.pc |