Lines 2-20
Link Here
|
2 |
# $FreeBSD: head/graphics/libGLU/Makefile 441503 2017-05-23 05:03:14Z rezny $ |
2 |
# $FreeBSD: head/graphics/libGLU/Makefile 441503 2017-05-23 05:03:14Z rezny $ |
3 |
|
3 |
|
4 |
PORTNAME= libGLU |
4 |
PORTNAME= libGLU |
5 |
PORTVERSION= 9.0.0 |
5 |
PORTVERSION= 9.0.1 |
6 |
PORTREVISION= 3 |
|
|
7 |
CATEGORIES= graphics |
6 |
CATEGORIES= graphics |
8 |
MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/glu/ |
7 |
MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/glu/\ |
|
|
8 |
https://mesa.freedesktop.org/archive/glu/ |
9 |
DISTNAME= glu-${PORTVERSION} |
9 |
DISTNAME= glu-${PORTVERSION} |
10 |
|
10 |
|
11 |
MAINTAINER= x11@FreeBSD.org |
11 |
MAINTAINER= x11@FreeBSD.org |
12 |
COMMENT= OpenGL utility library |
12 |
COMMENT= OpenGL utility library |
13 |
|
13 |
|
|
|
14 |
LICENSE= MIT |
15 |
|
16 |
USES= gl libtool pathfix pkgconfig tar:xz |
17 |
|
14 |
GNU_CONFIGURE= yes |
18 |
GNU_CONFIGURE= yes |
15 |
CONFIGURE_ARGS= --disable-static |
19 |
CONFIGURE_ARGS= --disable-static |
16 |
INSTALL_TARGET= install-strip |
20 |
INSTALL_TARGET= install-strip |
17 |
USES= libtool pathfix pkgconfig tar:bzip2 |
|
|
18 |
USE_GL= gl |
21 |
USE_GL= gl |
19 |
USE_LDCONFIG= yes |
22 |
USE_LDCONFIG= yes |
20 |
|
23 |
|