aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libGLU/Makefile
blob: 2c95d30bd91d75f2039ac2412aebd9568cc4cb0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$

PORTNAME=   libGLU
PORTVERSION=    9.0.0
PORTREVISION=   2
CATEGORIES= graphics
MASTER_SITES=   ftp://ftp.freedesktop.org/pub/mesa/glu/
DISTNAME=   glu-${PORTVERSION}

MAINTAINER= x11@FreeBSD.org
COMMENT=    OpenGL utility library

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-static
INSTALL_TARGET= install-strip
USES=       libtool pathfix pkgconfig tar:bzip2
USE_GL=     gl
USE_LDCONFIG=   yes

.include <bsd.port.mk>